dnp3 (C API) 1.1.0
dnp3_control_field_t Struct Reference

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...
 

Detailed Description

APDU Control field.

Field Documentation

◆ con

bool dnp3_control_field_t::con

Requires confirmation.

◆ fin

bool dnp3_control_field_t::fin

Final fragment of the message.

◆ fir

bool dnp3_control_field_t::fir

First fragment in the message.

◆ seq

uint8_t dnp3_control_field_t::seq

Sequence number.

◆ uns

bool dnp3_control_field_t::uns

Unsolicited response.


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