Back to Responder Commands
CMD_MSGRESP_GET

Command:             CMD_MSGRESP_GET   
Destination:         SD_RESP
Destination Channel: 0

Description

Clients use this command to retrieve the current response information.


Command Data Format

Response Handle Padding
1 byte 3 bytes

Response Handle

This field is used to specify which response to retrieve
1 through 255 Return the specified condition and response.
Response Data Format

Flags  Number of Filter Blocks  Number of Responses  Old Handle  Action reserved Action Value
1 byte  1 byte  1 byte  1 byte  1 byte 1 byte 2 bytes
 
Byte Offset of First Filter Field  Length of First Filter Field  Data Type  Operator  reserved  First Value  Second Value  Padding 
2 bytes  2 bytes  1 byte  1 byte  2 bytes  n bytes  n bytes  0-3 bytes 
One Filter Block (The total number of blocks is defined in the second byte of the command) 
 
Frame Header  Command/Data/Event/Misc Header  Remainder of Message  Padding 
8 bytes  variable  variable  0-3 bytes 
One Response Block (The total number of blocks is defined in the third byte of the command) 
Where the Number of Blocks and the Number of Responses Fields are between 1 and 255.


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 filter handle is invalid.

|Top|