Controls how Dynamixels respond to instructions (StatusReturnLevel property).
NOTE: This library may not function properly unless Dynamixels are set to
the default of 'RespondToAll'.
| C# | Visual Basic | Visual C++ |
public enum StatusReturnLevel
Public Enumeration StatusReturnLevel
public enum class StatusReturnLevel
| Member | Description |
|---|---|
| NoResponse |
Dynamixel will never respond to command packets.
|
| RespondToReadData |
Dynamixel will respond only to ReadData packets.
|
| RespondToAll |
Dynamixel will respond to all command packets.
|