opendnp3  3.1.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::LinkStatistics::Channel Struct Reference

#include <opendnp3/link/LinkStatistics.h>

Public Attributes

size_t numBytesRx = 0
 The number of bytes received. More...
 
size_t numBytesTx = 0
 The number of bytes transmitted. More...
 
size_t numClose = 0
 The number of times the channel has closed either due to user intervention or an error. More...
 
size_t numLinkFrameTx = 0
 Number of frames transmitted. More...
 
size_t numOpen = 0
 The number of times the channel has successfully opened. More...
 
size_t numOpenFail = 0
 The number of times the channel has failed to open. More...
 

Detailed Description

Definition at line 57 of file LinkStatistics.h.

Member Data Documentation

◆ numBytesRx

size_t opendnp3::LinkStatistics::Channel::numBytesRx = 0

The number of bytes received.

Definition at line 69 of file LinkStatistics.h.

◆ numBytesTx

size_t opendnp3::LinkStatistics::Channel::numBytesTx = 0

The number of bytes transmitted.

Definition at line 72 of file LinkStatistics.h.

◆ numClose

size_t opendnp3::LinkStatistics::Channel::numClose = 0

The number of times the channel has closed either due to user intervention or an error.

Definition at line 66 of file LinkStatistics.h.

◆ numLinkFrameTx

size_t opendnp3::LinkStatistics::Channel::numLinkFrameTx = 0

Number of frames transmitted.

Definition at line 75 of file LinkStatistics.h.

◆ numOpen

size_t opendnp3::LinkStatistics::Channel::numOpen = 0

The number of times the channel has successfully opened.

Definition at line 60 of file LinkStatistics.h.

◆ numOpenFail

size_t opendnp3::LinkStatistics::Channel::numOpenFail = 0

The number of times the channel has failed to open.

Definition at line 63 of file LinkStatistics.h.


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