DetectEventArgsBaudRate Property |
Current baud rate tried by the detection / reconnection process.
Namespace: ZylSoft.GsmAssembly: ZylGsm (in ZylGsm.dll) Version: 1.2.0.21451
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic SerialBaudRate BaudRate { get; }Public ReadOnly Property BaudRate As SerialBaudRate
Get
Dim instance As DetectEventArgs
Dim value As SerialBaudRate
value = instance.BaudRate
public:
property SerialBaudRate BaudRate {
SerialBaudRate get ();
}member BaudRate : SerialBaudRate with get
Property Value
SerialBaudRate
See Also