Dynamixel
BaudRate Property
NamespacesDynamixelDynamixelBaudRate
Get or set the baud rate the Dynamixel will communicate at.
Declaration Syntax
C#Visual BasicVisual C++
public BaudRate BaudRate { get; set; }
Public Property BaudRate As BaudRate
public:
property BaudRate BaudRate {
	BaudRate get ();
	void set (BaudRate value);
}
Remarks
Note that setting the BaudRate will require a corresponding change to the stream associated with the DynamixelNetwork.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0