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
Value
Meaning
RC_OK
Command sent successfully
RC_FAIL
Cannot send command
Remarks
None