Back to Card Commands
CMD_CARD_GET_EVNAMES

Command:          CMD_CARD_GET_EVNAMES  
Destination:          SD_CARD
Destination Channel:  Channel ID

Description

Clients use this command to get event names for a particular channel.

Command data format
(none)

Response data format
Response data consists of blocks of 20 bytes. The Event ID consists of 1 byte with the Event name occupuying the other 19.

Response return codes

RESP_OK Execution of the command was successful
RESP_INVAL_CHAN The specified channel is invalid.
RESP_UNSUPPORTED This command is not supported on the specified channel.
RESP_UNREG The specified source channel is not registered with the server.
RESP_UNKNOWN_ERR An unknown error occurred.

|Top|