Dynamixel
Item Property (reg)
NamespacesDynamixelDynamixelItem[([(Register])])
Array access to the register values in the cache.
Declaration Syntax
C#Visual BasicVisual C++
public int this[
	Register reg
] { get; set; }
Public Default Property Item ( _
	reg As Register _
) As Integer
public:
property int default[Register reg] {
	int get (Register reg);
	void set (Register reg, int value);
}
Parameters
reg (Register)
The register value to retrieve.
Return Value
The cached value of the register, or -1 if not in the cache.
Remarks
All registers are unsigned at this low level, so a return value of -1 indicates a value not in the cache.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0