Dynamixel
Lock Property
NamespacesDynamixelDynamixelLock
Determine if the Dynamixel is locked.
Declaration Syntax
C#Visual BasicVisual C++
public bool Lock { get; }
Public ReadOnly Property Lock As Boolean
public:
property bool Lock {
	bool get ();
}
Remarks
To set the Lock use the lower level DynamixelInterface functions. This is an uncommon requirement, since only powering off the system can turn off the lock.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0