opendnp3  3.1.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::ResponseInfo Struct Reference

provides basic information about an APDU response More...

#include <opendnp3/master/ResponseInfo.h>

Public Member Functions

 ResponseInfo (bool unsolicited, bool fir, bool fin)
 

Public Attributes

bool fin
 
bool fir
 
bool unsolicited
 

Detailed Description

provides basic information about an APDU response

Definition at line 29 of file ResponseInfo.h.

Constructor & Destructor Documentation

◆ ResponseInfo()

opendnp3::ResponseInfo::ResponseInfo ( bool  unsolicited,
bool  fir,
bool  fin 
)
inline

Definition at line 31 of file ResponseInfo.h.

Member Data Documentation

◆ fin

bool opendnp3::ResponseInfo::fin

Definition at line 38 of file ResponseInfo.h.

◆ fir

bool opendnp3::ResponseInfo::fir

Definition at line 36 of file ResponseInfo.h.

◆ unsolicited

bool opendnp3::ResponseInfo::unsolicited

Definition at line 34 of file ResponseInfo.h.


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