SecureBlackbox 2020 iOS Edition

Questions / Feedback?

accuracy (property)

The accuracy of the server time, in microseconds.

Syntax

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

Default Value

0

Remarks

Use this property to provide the accuracy of the time returned by the server, in microseconds. This specifies the maximum deviation of the returned time from the actual server time.

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