#define RemoteSetOutputState ( _conn,
_port,
_speed,
_mode,
_regmode,
_turnpct,
_runstate,
_tacholimit,
_result   )     __remoteSetOutputState(_conn, _port, _speed, _mode, _regmode, _turnpct, _runstate, _tacholimit, _result)

Send a SetOutputMode message.

Send the SetOutputMode direct command on the specified connection slot. Use RemoteConnectionIdle to determine when this write request is completed.

Parameters:
_conn The connection slot (0..4). Connections 0 through 3 are for bluetooth connections. Connection 4 refers to the RS485 hi-speed port. See Remote connection constants.
_port The output port to configure. See Output port constants.
_speed The motor speed. (-100..100)
_mode The motor mode. See Output port mode constants.
_regmode The motor regulation mode. See Output port regulation mode constants.
_turnpct The motor synchronized turn percentage. (-100..100)
_runstate The motor run state. See Output port run state constants.
_tacholimit The motor tachometer limit.
_result A char value indicating whether the function call succeeded or not.

Generated by  doxygen 1.6.2