Back to Responder Commands
CMD_MSGRESP_MODIFY

Command:         CMD_MSGRESP_MODIFY    
Destination:         SD_RESP
Destination Channel: Vehicle Network Protocol Channel ID

Description

Clients use this command to delete, activate or deactivate a response or all of the responses.


Command Data Format

Response Handle Action Padding
1 byte 1 byte 2 bytes

Response Handle

This field is used to specify which response to act on.
1 through 255 Act on the specified response.
0 Act on all of the responses associated with the Channel ID. If the Channel ID is zero, all of the responses are acted upon.
Action
This field is used to specify the action to be taken for the specified response or responses.
DELETE_RESPONSE Delete the specified response or responses.
ACTIVATE_RESPONSE Activate the specified response or responses.
DEACTIVATE_RESPONSE Deactivate the specified response or responses.


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_INVAL_PARAM The response handle is invalid

|Top|