opendnp3  3.0.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::StackStatistics::Link Struct Reference

#include <opendnp3/StackStatistics.h>

Public Attributes

uint64_t numBadMasterBit = 0
 frames received w/ wrong master bit More...
 
uint64_t numUnexpectedFrame = 0
 number of unexpected frames More...
 
uint64_t numUnknownDestination = 0
 frames received for an unknown destination More...
 
uint64_t numUnknownSource = 0
 frames received for an unknown source More...
 

Detailed Description

Definition at line 33 of file StackStatistics.h.

Member Data Documentation

◆ numBadMasterBit

uint64_t opendnp3::StackStatistics::Link::numBadMasterBit = 0

frames received w/ wrong master bit

Definition at line 39 of file StackStatistics.h.

◆ numUnexpectedFrame

uint64_t opendnp3::StackStatistics::Link::numUnexpectedFrame = 0

number of unexpected frames

Definition at line 36 of file StackStatistics.h.

◆ numUnknownDestination

uint64_t opendnp3::StackStatistics::Link::numUnknownDestination = 0

frames received for an unknown destination

Definition at line 42 of file StackStatistics.h.

◆ numUnknownSource

uint64_t opendnp3::StackStatistics::Link::numUnknownSource = 0

frames received for an unknown source

Definition at line 45 of file StackStatistics.h.


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