Dynamixel
MovingSpeed Property
NamespacesDynamixelJointMovingSpeed
Get or set the moving speed of the joint.
Declaration Syntax
C#Visual BasicVisual C++
public abstract int MovingSpeed { get; set; }
Public MustOverride Property MovingSpeed As Integer
public:
virtual property int MovingSpeed {
	int get () abstract;
	void set (int value) abstract;
}

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0