dnp3 (C API) 1.1.0
|
Timestamp value returned by dnp3_association_handler_t::get_current_time. More...
#include <dnp3.h>
Data Fields | |
uint64_t | value |
Value of the timestamp (in milliseconds from UNIX Epoch). More... | |
bool | is_valid |
True if the timestamp is valid, false otherwise. More... | |
Timestamp value returned by dnp3_association_handler_t::get_current_time.
dnp3_utc_timestamp_t::value is only valid if dnp3_utc_timestamp_t::is_valid is true.
bool dnp3_utc_timestamp_t::is_valid |
True if the timestamp is valid, false otherwise.
uint64_t dnp3_utc_timestamp_t::value |
Value of the timestamp (in milliseconds from UNIX Epoch).