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

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

#include <dnp3.h>

Data Fields

uint32_t num_binary_input
 Number of binary input events remaining in the buffer. More...
 
uint32_t num_double_bit_binary_input
 Number of double-bit binary input events remaining in the buffer. More...
 
uint32_t num_binary_output_status
 Number of binary output status events remaining in the buffer. More...
 
uint32_t num_counter
 Number of counter events remaining in the buffer. More...
 
uint32_t num_frozen_counter
 Number of frozen counter events remaining in the buffer. More...
 
uint32_t num_analog
 Number of analog events remaining in the buffer. More...
 
uint32_t num_analog_output_status
 Number of analog output status events remaining in the buffer. More...
 
uint32_t num_octet_string
 Number octet string events remaining in the buffer. More...
 

Detailed Description

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

Field Documentation

◆ num_analog

uint32_t dnp3_type_count_t::num_analog

Number of analog events remaining in the buffer.

◆ num_analog_output_status

uint32_t dnp3_type_count_t::num_analog_output_status

Number of analog output status events remaining in the buffer.

◆ num_binary_input

uint32_t dnp3_type_count_t::num_binary_input

Number of binary input events remaining in the buffer.

◆ num_binary_output_status

uint32_t dnp3_type_count_t::num_binary_output_status

Number of binary output status events remaining in the buffer.

◆ num_counter

uint32_t dnp3_type_count_t::num_counter

Number of counter events remaining in the buffer.

◆ num_double_bit_binary_input

uint32_t dnp3_type_count_t::num_double_bit_binary_input

Number of double-bit binary input events remaining in the buffer.

◆ num_frozen_counter

uint32_t dnp3_type_count_t::num_frozen_counter

Number of frozen counter events remaining in the buffer.

◆ num_octet_string

uint32_t dnp3_type_count_t::num_octet_string

Number octet string events remaining in the buffer.


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