1.1.1.3.6 OTA_CallBackReg
C
SYS_STATUS OTA_CallBackReg(OTA_COMPLETION_CALLBACK buffer, uint32_t length)
Summary
OTA callback function.
Description
Registering OTA callback.
Precondition
None.
Parameters
Param | Description |
---|---|
buffer | Refers to the name of the callback function. |
length | Denotes the length of the function pointer. |
Returns
A SYS_STATUS code describing the current status.
Remarks
None.