dnp3 (C API) 1.1.0
dnp3_serial_settings_t Struct Reference

Serial port settings. More...

#include <dnp3.h>

Data Fields

uint32_t baud_rate
 Baud rate (in symbols-per-second) More...
 
dnp3_data_bits_t data_bits
 Number of bits used to represent a character sent on the line. More...
 
dnp3_flow_control_t flow_control
 Type of signalling to use for controlling data transfer. More...
 
dnp3_parity_t parity
 Type of parity to use for error checking. More...
 
dnp3_stop_bits_t stop_bits
 Number of bits to use to signal the end of a character. More...
 

Detailed Description

Serial port settings.

Field Documentation

◆ baud_rate

uint32_t dnp3_serial_settings_t::baud_rate

Baud rate (in symbols-per-second)

◆ data_bits

dnp3_data_bits_t dnp3_serial_settings_t::data_bits

Number of bits used to represent a character sent on the line.

◆ flow_control

dnp3_flow_control_t dnp3_serial_settings_t::flow_control

Type of signalling to use for controlling data transfer.

◆ parity

dnp3_parity_t dnp3_serial_settings_t::parity

Type of parity to use for error checking.

◆ stop_bits

dnp3_stop_bits_t dnp3_serial_settings_t::stop_bits

Number of bits to use to signal the end of a character.


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