Socket Option Response - 0xC1
Description
Reports the status of requests made with the Socket Option Request (0x41) frame.
Format
The following table provides the contents of the frame. For details on frame structure, see API frame format.
Field name | Field value | Data type | Description |
---|---|---|---|
Frame type |
0xC1 |
Byte |
|
Frame ID |
|
Byte |
Identifier provided in request. |
Socket ID |
|
Byte |
The socket ID for which modification was requested. |
Option ID | Byte | Identifier of the parameter requested. | |
Status | Byte |
0x00: Success 0x01: Invalid parameters 0x02: Failed to retrieve option value 0x20: Bad socket ID |
|
Option Data | Variable | Current effective value of the option. This field is only present if the corresponding request was a query (empty value). |