Dynamixel
MoveDown Method (posture)
NamespacesDynamixelPostureSequenceMoveDown(Posture)
Move a posture down, toward the end of the list.
Declaration Syntax
C#Visual BasicVisual C++
public bool MoveDown(
	Posture posture
)
Public Function MoveDown ( _
	posture As Posture _
) As Boolean
public:
bool MoveDown(
	Posture^ posture
)
Parameters
posture (Posture)
The posture to move.
Return Value
True if the posture was not already at the end of the list and was moved.

Assembly: Dynamixel (Module: Dynamixel) Version: 1.0.4.0