dnp3
0.9.0
|
Serial port settings More...
Public Attributes | |
uint | BaudRate = (uint)9600 |
Baud rate (in symbols-per-second) More... | |
DataBits | DataBits = DataBits.Eight |
Number of bits used to represent a character sent on the line More... | |
FlowControl | FlowControl = FlowControl.None |
Type of signalling to use for controlling data transfer More... | |
Parity | Parity = Parity.None |
Type of parity to use for error checking More... | |
StopBits | StopBits = StopBits.One |
Number of bits to use to signal the end of a character More... | |
Serial port settings
uint dnp3.SerialPortSettings.BaudRate = (uint)9600 |
Baud rate (in symbols-per-second)
Default value is 9600
DataBits dnp3.SerialPortSettings.DataBits = DataBits.Eight |
Number of bits used to represent a character sent on the line
Default value is DataBits.Eight
FlowControl dnp3.SerialPortSettings.FlowControl = FlowControl.None |
Type of signalling to use for controlling data transfer
Default value is FlowControl.None
Parity dnp3.SerialPortSettings.Parity = Parity.None |
Type of parity to use for error checking
Default value is Parity.None
StopBits dnp3.SerialPortSettings.StopBits = StopBits.One |
Number of bits to use to signal the end of a character
Default value is StopBits.One