dnp3 (C++ API) 1.1.0
dnp3::ControlField Struct Reference

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
 

Detailed Description

APDU Control field.

Member Data Documentation

◆ con

bool dnp3::ControlField::con

Requires confirmation.

◆ fin

bool dnp3::ControlField::fin

Final fragment of the message.

◆ fir

bool dnp3::ControlField::fir

First fragment in the message.

◆ seq

uint8_t dnp3::ControlField::seq

Sequence number.

◆ uns

bool dnp3::ControlField::uns

Unsolicited response.


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