Dynamixel
ErrorText Method (errorType)
NamespacesDynamixelDynamixelInterfaceErrorText(ErrorStatus)
Returns a textual representation of the ErrorStatus value.
Declaration Syntax
C#Visual BasicVisual C++
public static List<string> ErrorText(
	ErrorStatus errorType
)
Public Shared Function ErrorText ( _
	errorType As ErrorStatus _
) As List(Of String)
public:
static List<String^>^ ErrorText(
	ErrorStatus errorType
)
Parameters
errorType (ErrorStatus)
The ErrorStatus value to examine.
Return Value
A list with a text string for each error flagged in the ErrorStatus value.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0