Current version do not support FIRMWARE_UPDATE_ACTIVATION_SET_V4 why FIRMWARE_UPDATE_ACTIVATION_STATUS_REPORT_V4 return status ERROR_ACTIVATION_FIRMWARE. Customers who need this feature can modify command class source and header files for the specific purpose. More...
Include dependency graph for CC_FirmwareUpdate.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Enumerations | |
| enum | OTA_STATUS { OTA_STATUS_DONE = 0 , OTA_STATUS_ABORT = 1 , OTA_STATUS_TIMEOUT = 2 } |
Functions | |
| bool | CC_FirmwareUpdate_SetStartCallback (uint16_t fwId, uint16_t CRC) |
| void | CC_FirmwareUpdate_SetFinishCallback (OTA_STATUS pOtaFinish) |
Current version do not support FIRMWARE_UPDATE_ACTIVATION_SET_V4 why FIRMWARE_UPDATE_ACTIVATION_STATUS_REPORT_V4 return status ERROR_ACTIVATION_FIRMWARE. Customers who need this feature can modify command class source and header files for the specific purpose.
Handler for Command Class Firmware Update.