API.RWS. USER

This class provides a set of user-releated interfaces.

Methods

cancelRMMP()

Cancels the RMMP request.

Example
await API.RWS.USER.cancelRMMP()

getRMMPState()

Gets thw RMMP state.

Example
await API.RWS.USER.getRMMPState()

logout()

Logs out.

Example
await API.RWS.USER.logout()

pollRMMPStatus()

Polls the RMMP state.

Example
await API.RWS.USER.pollRMMPStatus()

relRMMP()

Releases the RMMP.

Example
await API.RWS.USER.relRMMP()

reqRMMP()

Requests the RMMP. Release RMMP first if RMMP is held.

Example
await API.RWS.USER.reqRMMP()

requestRMMP()

Request RMMP

Example
await API.RWS.USER.requestRMMP()