Dynamixel
StatusReturnLevel Enumeration
NamespacesDynamixelStatusReturnLevel
Controls how Dynamixels respond to instructions (StatusReturnLevel property). NOTE: This library may not function properly unless Dynamixels are set to the default of 'RespondToAll'.
Declaration Syntax
C#Visual BasicVisual C++
public enum StatusReturnLevel
Public Enumeration StatusReturnLevel
public enum class StatusReturnLevel
Members
MemberDescription
NoResponse
Dynamixel will never respond to command packets.

RespondToReadData
Dynamixel will respond only to ReadData packets.

RespondToAll
Dynamixel will respond to all command packets.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0