opendnp3
3.1.0
Reference implementation of DNP3 (IEEE-1815)
|
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 |
provides basic information about an APDU response
Definition at line 29 of file ResponseInfo.h.
Definition at line 31 of file ResponseInfo.h.
bool opendnp3::ResponseInfo::fin |
Definition at line 38 of file ResponseInfo.h.
bool opendnp3::ResponseInfo::fir |
Definition at line 36 of file ResponseInfo.h.
bool opendnp3::ResponseInfo::unsolicited |
Definition at line 34 of file ResponseInfo.h.