RCMoveHead

Sends a move head command

RCResult RCMoveHead (
     HROBOT rbt,
     RCSide dir,
     BOOL start
)

Parameters
rbt
Handle returned by RCOpen
dir
Which direction to move
start
TRUE to start, FALSE to stop

Return Values
ValueMeaning
RC_OKCommand sent successfully
RC_FAILCannot send command

Remarks
None