dnp3 (.NET API) 1.1.0
|
Serial port settings More...
Public Member Functions | |
SerialSettings | WithBaudRate (uint value) |
Baud rate (in symbols-per-second) More... | |
SerialSettings | WithDataBits (DataBits value) |
Number of bits used to represent a character sent on the line More... | |
SerialSettings | WithFlowControl (FlowControl value) |
Type of signalling to use for controlling data transfer More... | |
SerialSettings | WithParity (Parity value) |
Type of parity to use for error checking More... | |
SerialSettings | WithStopBits (StopBits value) |
Number of bits to use to signal the end of a character More... | |
SerialSettings () | |
Initialize to default values More... | |
Public Attributes | |
uint | BaudRate |
Baud rate (in symbols-per-second) More... | |
DataBits | DataBits |
Number of bits used to represent a character sent on the line More... | |
FlowControl | FlowControl |
Type of signalling to use for controlling data transfer More... | |
Parity | Parity |
Type of parity to use for error checking More... | |
StopBits | StopBits |
Number of bits to use to signal the end of a character More... | |
Serial port settings
|
inline |
Initialize to default values
Default values:
|
inline |
Baud rate (in symbols-per-second)
|
inline |
Number of bits used to represent a character sent on the line
|
inline |
Type of signalling to use for controlling data transfer
|
inline |
Type of parity to use for error checking
|
inline |
Number of bits to use to signal the end of a character
uint dnp3.SerialSettings.BaudRate |
Baud rate (in symbols-per-second)
DataBits dnp3.SerialSettings.DataBits |
Number of bits used to represent a character sent on the line
FlowControl dnp3.SerialSettings.FlowControl |
Type of signalling to use for controlling data transfer
Parity dnp3.SerialSettings.Parity |
Type of parity to use for error checking
StopBits dnp3.SerialSettings.StopBits |
Number of bits to use to signal the end of a character