dnp3  0.9.0
Public Member Functions | Public Attributes | List of all members
dnp3.Control Class Reference

APDU Control field More...

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

Detailed Description

APDU Control field

Constructor & Destructor Documentation

◆ Control()

dnp3.Control.Control ( bool  fir,
bool  fin,
bool  con,
bool  uns,
byte  seq 
)
inline

Initialize Control to default values

Parameters
firFirst fragment in the message
finFinal fragment of the message
conRequires confirmation
unsUnsolicited response
seqSequence number

Member Data Documentation

◆ Con

bool dnp3.Control.Con

Requires confirmation

◆ Fin

bool dnp3.Control.Fin

Final fragment of the message

◆ Fir

bool dnp3.Control.Fir

First fragment in the message

◆ Seq

byte dnp3.Control.Seq

Sequence number

◆ Uns

bool dnp3.Control.Uns

Unsolicited response


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