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...
|
|
◆ TimestampUtc()
dnp3.TimestampUtc.TimestampUtc |
( |
ulong |
value, |
|
|
bool |
isValid |
|
) |
| |
|
inline |
Initialize TimestampUtc to default values
- Parameters
-
value | Value of the timestamp (in milliseconds from UNIX Epoch). |
isValid | True if the timestamp is valid, false otherwise. |
◆ Invalid()
Create an invalid timestamp value
- Returns
- Timestamp
◆ Valid()
Create a valid timestamp value
- Returns
- Timestamp
◆ IsValid
bool dnp3.TimestampUtc.IsValid |
True if the timestamp is valid, false otherwise.
◆ Value
ulong dnp3.TimestampUtc.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: