dnp3
0.9.0
|
Public Member Functions | |
Control (bool fir, bool fin, bool con, bool uns, byte seq) | |
Initialize Control to default values More... | |
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... | |
byte | Seq |
Sequence number More... | |
APDU Control field
|
inline |
Initialize Control to default values
fir | First fragment in the message |
fin | Final fragment of the message |
con | Requires confirmation |
uns | Unsolicited response |
seq | Sequence number |
bool dnp3.Control.Con |
Requires confirmation
bool dnp3.Control.Fin |
Final fragment of the message
bool dnp3.Control.Fir |
First fragment in the message
byte dnp3.Control.Seq |
Sequence number
bool dnp3.Control.Uns |
Unsolicited response