SecureBlackbox 2020 iOS Edition

Questions / Feedback?

restartAt (property)

The offset to restart the file transfer from.

Syntax

@property (nonatomic,readwrite,assign,getter=restartAt,setter=setRestartAt:) long long restartAt;
- (long long)restartAt;
- (void)setRestartAt:(long long)newRestartAt;
public var restartAt: Int64 {
  get {...}
set {...} }

Default Value

-1

Remarks

If non-zero, tells the component to restart the file transfer operation at the specified position, rather than transfer the file in full.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]