RCMove

Sends a move command

RCResult RCMove (
     HROBOT rbt,
     RCMoveDir dir,
     RCMoveSpeed sp
)

Parameters
rbt
Handle returned by RCOpen
dir
Direction to move
sp
Speed at which to move

Return Values
ValueMeaning
RC_OKCommand sent successfully
RC_FAILCannot send command

Remarks
None