Back to Card Commands
CMD_CARD_TX_LOOP_ON

Command:              CMD_CARD_TX_LOOP_ON
Destination:          SD_CARD
Destination Channel:  Channel ID

Description

Clients use this command to enable the echo of messages successfully transmitted over the specified channel.

Command data format

None.

Response data format

None.

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|