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