![]() |
dnp3 (.NET API) 1.5.2
|
Timestamp associated with particular measurement from the outstation. The validity of the value depends on the quality. More...
Public Member Functions | |
Timestamp | WithValue (ulong value) |
Count of milliseconds since UNIX epoch More... | |
Timestamp | WithQuality (TimeQuality value) |
Enumeration that indicates the timestamp's validity More... | |
Static Public Member Functions | |
static Timestamp | InvalidTimestamp () |
Creates an invalid timestamp struct More... | |
static Timestamp | SynchronizedTimestamp (ulong value) |
Creates a synchronized timestamp struct More... | |
static Timestamp | UnsynchronizedTimestamp (ulong value) |
Creates an unsynchronized timestamp struct More... | |
Public Attributes | |
ulong | Value |
Count of milliseconds since UNIX epoch More... | |
TimeQuality | Quality |
Enumeration that indicates the timestamp's validity More... | |
Timestamp associated with particular measurement from the outstation. The validity of the value depends on the quality.
|
inlinestatic |
Creates an invalid timestamp struct
Default values:
|
inlinestatic |
Creates a synchronized timestamp struct
Default values:
value | Count of milliseconds since UNIX epoch |
|
inlinestatic |
Creates an unsynchronized timestamp struct
Default values:
value | Count of milliseconds since UNIX epoch |
|
inline |
Enumeration that indicates the timestamp's validity
|
inline |
Count of milliseconds since UNIX epoch
Warning: Only the lower 48-bits are used in DNP3 timestamps and time synchronization
TimeQuality dnp3.Timestamp.Quality |
Enumeration that indicates the timestamp's validity
ulong dnp3.Timestamp.Value |
Count of milliseconds since UNIX epoch
Warning: Only the lower 48-bits are used in DNP3 timestamps and time synchronization