dnp3 (C API) 1.1.0
|
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... | |
Serial port settings.
uint32_t dnp3_serial_settings_t::baud_rate |
Baud rate (in symbols-per-second)
dnp3_data_bits_t dnp3_serial_settings_t::data_bits |
Number of bits used to represent a character sent on the line.
dnp3_flow_control_t dnp3_serial_settings_t::flow_control |
Type of signalling to use for controlling data transfer.
dnp3_parity_t dnp3_serial_settings_t::parity |
Type of parity to use for error checking.
dnp3_stop_bits_t dnp3_serial_settings_t::stop_bits |
Number of bits to use to signal the end of a character.