SecureBlackbox 2020 C++ Edition

Questions / Feedback?

Accuracy Property

The accuracy of the server time, in microseconds.

Syntax

ANSI (Cross Platform)
int64 GetAccuracy();
int SetAccuracy(int64 lAccuracy); Unicode (Windows) LONG64 GetAccuracy();
INT SetAccuracy(LONG64 lAccuracy);
@property (nonatomic,readwrite,assign,getter=accuracy,setter=setAccuracy:) long long accuracy;
- (long long)accuracy;
- (void)setAccuracy:(long long)newAccuracy;
#define PID_TSPSERVER_ACCURACY 1

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_TSPServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_TSPServer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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.

Data Type

Long64

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