Mercury API
BaudRate Property
NamespacesThingMagicSerialTransportBaudRate
Get/Set the current baud rate of the communication channel.
Declaration Syntax
C#Visual BasicVisual C++
public abstract int BaudRate { get; set; }
Public MustOverride Property BaudRate As Integer
public:
virtual property int BaudRate {
	int get () abstract;
	void set (int value) abstract;
}

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)