SecureBlackbox 2020 Python Edition

Questions / Feedback?

accuracy Property

The accuracy of the server time, in microseconds.

Syntax

def get_accuracy() -> int: ...
def set_accuracy(value: int) -> None: ...

accuracy = property(get_accuracy, set_accuracy)

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 Python Edition - Version 20.0 [Build 8154]