Constructor.
| C# | Visual Basic | Visual C++ |
public Dynamixel( int id, DynamixelNetwork DynNet )
Public Sub New ( _ id As Integer, _ DynNet As DynamixelNetwork _ )
public: Dynamixel( int id, DynamixelNetwork^ DynNet )
- id (Int32)
- The unit ID for this Dynamixel.
- DynNet (DynamixelNetwork)
- The parent DynamixelNetwork.