dnp3 (C API) 1.1.0
dnp3_master_channel_config_t Struct Reference

Generic configuration for a MasterChannel. More...

#include <dnp3.h>

Data Fields

uint16_t address
 Local DNP3 data-link address. More...
 
dnp3_decode_level_t decode_level
 Decoding level for this master. You can modify this later on with dnp3_master_channel_set_decode_level. More...
 
uint16_t tx_buffer_size
 TX buffer size. More...
 
uint16_t rx_buffer_size
 RX buffer size. More...
 

Detailed Description

Generic configuration for a MasterChannel.

Field Documentation

◆ address

uint16_t dnp3_master_channel_config_t::address

Local DNP3 data-link address.

◆ decode_level

dnp3_decode_level_t dnp3_master_channel_config_t::decode_level

Decoding level for this master. You can modify this later on with dnp3_master_channel_set_decode_level.

◆ rx_buffer_size

uint16_t dnp3_master_channel_config_t::rx_buffer_size

RX buffer size.

Must be at least 2048

◆ tx_buffer_size

uint16_t dnp3_master_channel_config_t::tx_buffer_size

TX buffer size.

Must be at least 249


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