DetectEventArgsBaudRate Property |
Current baud rate tried by the detection / reconnection process.
Namespace: ZylSoft.SerialAssembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntaxpublic SerialBaudRate BaudRate { get; }Public ReadOnly Property BaudRate As SerialBaudRate
Get
public:
property SerialBaudRate BaudRate {
SerialBaudRate get ();
}member BaudRate : SerialBaudRate with get
/** @property */
public SerialBaudRate get_BaudRate()
function get BaudRate () : SerialBaudRate
PROPERTY BaudRate AS SerialBaudRate GET
No code example is currently available or this language may not be supported.
Property Value
SerialBaudRate
See Also