Command: CMD_ EVENT_DISABLE Destination: SD_CARD Destination Channel: Channel ID
Clients use this command to disable reporting of card-type-specific events. Event reporting is on a per client basis. Event reporting for all channels is disabled when a client registers with the Server. For information regarding which events are present for a given card, please consult that card's documentation.
Command data format
One byte [x] Disable x event, (x = ID of event to be disabled). 0 Disable all events for this channel.
Response data format
(None.)
Response return codes
RESP_OK Execution of the command was successful. Response-specific data contains the returned configuration information. RESP_UNSUPPORTED The command is not supported RESP_AUTH_FAIL The client ID specified in the source channel field is not authorized to execute this command. (This response may be the result of the client not having registered with the CMD_SERVER_REG command.) RESP_UNKNOWN_ERR An unknown error occurred.