dnp3 (C API) 1.6.0
Loading...
Searching...
No Matches
dnp3_buffer_state_t Struct Reference

Information about the state of buffer after a CONFIRM has been processed. More...

#include <dnp3.h>

Data Fields

dnp3_class_count_t classes
 Remaining number of events in the buffer on a per-class basis. More...
 
dnp3_type_count_t types
 Remaining number of events in the buffer on a per-type basis. More...
 

Detailed Description

Information about the state of buffer after a CONFIRM has been processed.

Field Documentation

◆ classes

dnp3_class_count_t dnp3_buffer_state_t::classes

Remaining number of events in the buffer on a per-class basis.

◆ types

dnp3_type_count_t dnp3_buffer_state_t::types

Remaining number of events in the buffer on a per-type basis.


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