Timestamp value returned by IAssociationHandler.GetCurrentTime.
More...
|
ulong | Value |
| Value of the timestamp (in milliseconds from UNIX Epoch). More...
|
|
bool | IsValid |
| True if the timestamp is valid, false otherwise. More...
|
|
◆ Invalid()
◆ Valid()
Construct a valid UtcTimestamp
Default values:
- Parameters
-
value | Value of the timestamp (in milliseconds from UNIX Epoch). |
- Returns
- Initialized UtcTimestamp instance
◆ WithIsValid()
True if the timestamp is valid, false otherwise.
◆ WithValue()
Value of the timestamp (in milliseconds from UNIX Epoch).
Warning: Only 48 bits are available for timestamps.
◆ IsValid
bool dnp3.UtcTimestamp.IsValid |
True if the timestamp is valid, false otherwise.
◆ Value
ulong dnp3.UtcTimestamp.Value |
Value of the timestamp (in milliseconds from UNIX Epoch).
Warning: Only 48 bits are available for timestamps.
The documentation for this class was generated from the following file: