dnp3  0.9.0
Public Attributes | List of all members
dnp3_timestamp_utc_t Struct Reference

Timestamp value returned by dnp3_association_handler_t::get_current_time. More...

#include <dnp3.h>

Public Attributes

uint64_t value
 Value of the timestamp (in milliseconds from UNIX Epoch). More...
 
bool is_valid
 True if the timestamp is valid, false otherwise.
 

Detailed Description

Timestamp value returned by dnp3_association_handler_t::get_current_time.

dnp3_timestamp_utc_t::value is only valid if dnp3_timestamp_utc_t::is_valid is true.

Member Data Documentation

◆ value

uint64_t dnp3_timestamp_utc_t::value

Value of the timestamp (in milliseconds from UNIX Epoch).

Warning
Only 48 bits are available for timestamps.

The documentation for this struct was generated from the following file: