dnp3 (C++ API) 1.1.0
|
APDU Control field. More...
#include <dnp3.hpp>
Public Attributes | |
bool | fir |
First fragment in the message. More... | |
bool | fin |
Final fragment of the message. More... | |
bool | con |
Requires confirmation. More... | |
bool | uns |
Unsolicited response. More... | |
uint8_t | seq |
Sequence number. More... | |
Friends | |
class | CppControlFieldFriend |
APDU Control field.
bool dnp3::ControlField::con |
Requires confirmation.
bool dnp3::ControlField::fin |
Final fragment of the message.
bool dnp3::ControlField::fir |
First fragment in the message.
uint8_t dnp3::ControlField::seq |
Sequence number.
bool dnp3::ControlField::uns |
Unsolicited response.