opendnp3  3.1.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::StartStopRange< T > Struct Template Reference

A template for a integer range. More...

#include <opendnp3/master/HeaderTypes.h>

Public Attributes

start
 
stop
 

Detailed Description

template<class T>
struct opendnp3::StartStopRange< T >

A template for a integer range.

Definition at line 49 of file HeaderTypes.h.

Member Data Documentation

◆ start

template<class T>
T opendnp3::StartStopRange< T >::start

Definition at line 51 of file HeaderTypes.h.

◆ stop

template<class T>
T opendnp3::StartStopRange< T >::stop

Definition at line 52 of file HeaderTypes.h.


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