dnp3 (C API) 1.1.0
dnp3_utc_timestamp_t Struct Reference

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...
 

Detailed Description

Field Documentation

◆ is_valid

bool dnp3_utc_timestamp_t::is_valid

True if the timestamp is valid, false otherwise.

◆ value

uint64_t dnp3_utc_timestamp_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: