Instruction set reference
HIPE_OP_EVENT_CANCEL
Send this instruction to the server to stop receiving events of a certain type on the specified element
- location: The element for which you would like to stop receiving a particular type of event.
- arg[0]: The type of event to stop receiving.
- arg[1]: Pass "1" to request a reply from the Hipe server. Otherwise pass nothing if no reply is needed. If "1" is passed, Hipe will send the same instruction back to the client to acknowledge that the event has been cancelled. (This can be useful if a client application needs confirmation that no further events with a particular type/location/requestor will be received in order to safely free values from memory.)