opendnp3  3.0.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::HeaderUnion Union Reference

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
 

Detailed Description

Union type that holds information for a single header type.

Definition at line 66 of file HeaderTypes.h.

Member Data Documentation

◆ count16

Count<uint16_t> opendnp3::HeaderUnion::count16

Definition at line 71 of file HeaderTypes.h.

◆ count8

Count<uint8_t> opendnp3::HeaderUnion::count8

Definition at line 70 of file HeaderTypes.h.

◆ range16

StartStopRange<uint16_t> opendnp3::HeaderUnion::range16

Definition at line 69 of file HeaderTypes.h.

◆ range8

StartStopRange<uint8_t> opendnp3::HeaderUnion::range8

Definition at line 68 of file HeaderTypes.h.


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