Used to accept or deny a remote control request.
This method must be called with a true value to accept a new remote control request
(
RemoteControlEvent.REQUEST phase), because by default ItsNat does not accept new remote control requests.
If called with false informs ItsNat to deny a new remote control request or to end
an already running remote control process.
Parameters: accepted - if set to false rejects or ends a new or existing remote control process. |