Constructor.
| C# | Visual Basic | Visual C++ |
public DynamixelErrorArgs( int id, ErrorStatus errorStatus )
Public Sub New ( _ id As Integer, _ errorStatus As ErrorStatus _ )
public: DynamixelErrorArgs( int id, ErrorStatus errorStatus )
- id (Int32)
- The Id of the Dynamixel reporting an error.
- errorStatus (ErrorStatus)
- The ErrorStatus value being reported.