Dynamixel
Dynamixel Constructor (id, DynNet)
NamespacesDynamixelDynamixelDynamixel(Int32, DynamixelNetwork)
Constructor.
Declaration Syntax
C#Visual BasicVisual C++
public Dynamixel(
	int id,
	DynamixelNetwork DynNet
)
Public Sub New ( _
	id As Integer, _
	DynNet As DynamixelNetwork _
)
public:
Dynamixel(
	int id, 
	DynamixelNetwork^ DynNet
)
Parameters
id (Int32)
The unit ID for this Dynamixel.
DynNet (DynamixelNetwork)
The parent DynamixelNetwork.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0