opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
Union type that holds information for a single header type. More...
#include <opendnp3/master/HeaderTypes.h>
Public Attributes | |
Count< uint16_t > | count16 |
Count< uint8_t > | count8 |
StartStopRange< uint16_t > | range16 |
StartStopRange< uint8_t > | range8 |
Union type that holds information for a single header type.
Definition at line 66 of file HeaderTypes.h.
Count<uint16_t> opendnp3::HeaderUnion::count16 |
Definition at line 71 of file HeaderTypes.h.
Count<uint8_t> opendnp3::HeaderUnion::count8 |
Definition at line 70 of file HeaderTypes.h.
StartStopRange<uint16_t> opendnp3::HeaderUnion::range16 |
Definition at line 69 of file HeaderTypes.h.
StartStopRange<uint8_t> opendnp3::HeaderUnion::range8 |
Definition at line 68 of file HeaderTypes.h.