CONFIG_END_EVENT
The CONFIG_END_EVENT message is sent by Unified CCX to indicate the end of a successful configuration upload or an error condition. It most likely will follow configuration records preceded by a CONFIG_BEGIN_EVENT message or it can be a response to a CONFIG_REQUEST_EVENT message indicating either an error or that there is no configuration for the items requested.
Fixed part Field name |
Value |
Data type |
Byte size |
---|---|---|---|
Status |
Indicates the status of the configuration block. See Table 3 for status values and descriptions. |
UINT |
4 |
Floating part Field name |
Value |
Data type |
Maximum size |
---|---|---|---|
Text[7] |
Optional Text describing Errors or other information. |
STRING |
255 |
Status |
Value |
Meaning |
---|---|---|
CONFIG_SUCCESS |
0 |
Successful upload of configuration data. |
CONFIG_SERVICE_PROVIDER |
1 |
No data was sent because the configuration service is not requested in the service request of the OPEN_REQ message. |
CONFIG_UNKNOWN_DATA |
2 |
An invalid reserved[131] field is in the CONFIG_REQUEST_EVENT message. |
CONFIG_ERROR |
3 |
An error occurred and an invalid or partial configuration was sent. |
CONFIG_EMPTY |
4 |
No configuration data exists on Unified CCX. |
CONFIG_PARTIAL |
5 |
Partial configuration data. |