| ISerialConnectorBaudRate Property  | 
            Gets or sets the baud rate to use.
            
 
Namespace: VirtualRadar.Interface.NetworkAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxint BaudRate { get; set; }Property BaudRate As Integer
	Get
	Set
property int BaudRate {
	int get ();
	void set (int value);
}abstract BaudRate : int with get, set
Property Value
Type: 
Int32
See Also