![]() |
dnp3 (C API) 1.1.0
|
APDU Control field. More...
#include <dnp3.h>
Data Fields | |
| 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... | |
APDU Control field.
| bool dnp3_control_field_t::con |
Requires confirmation.
| bool dnp3_control_field_t::fin |
Final fragment of the message.
| bool dnp3_control_field_t::fir |
First fragment in the message.
| uint8_t dnp3_control_field_t::seq |
Sequence number.
| bool dnp3_control_field_t::uns |
Unsolicited response.