Dynamixel
Item Property (id)
NamespacesDynamixelDynamixelNetworkItem[([(Int32])])
Array access to the Dynamixels, indexed by id.
Declaration Syntax
C#Visual BasicVisual C++
public Dynamixel this[
	int id
] { get; }
Public ReadOnly Default Property Item ( _
	id As Integer _
) As Dynamixel
public:
property Dynamixel^ default[int id] {
	Dynamixel^ get (int id);
}
Parameters
id (Int32)
The id of the Dynamixel to retrieve.
Return Value
The Dynamixel with the specified id, or null if that id is not present on the network.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0