dnp3 (C API) 1.6.0
Loading...
Searching...
No Matches
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
 Count of milliseconds since 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

Count of milliseconds since UNIX epoch.

Warning
Only the lower 48-bits are used in DNP3 timestamps and time synchronization

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