Dynamixel
StatusReturnLevel Property
NamespacesDynamixelDynamixelStatusReturnLevel
Get or set the status return level that determines when the dynamixel will respond to command packets with a status packet.
Declaration Syntax
C#Visual BasicVisual C++
public StatusReturnLevel StatusReturnLevel { get; set; }
Public Property StatusReturnLevel As StatusReturnLevel
public:
property StatusReturnLevel StatusReturnLevel {
	StatusReturnLevel get ();
	void set (StatusReturnLevel value);
}
Remarks
Currently this library will function properly only if the StatusReturnLevel is set to 'RespondToAll' for all Dynamixels in the system.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0