1.6.3.2 SYS_OTA_RESULT Enum

C

typedef enum {
    /* Operation completed with success */
    SYS_OTA_SUCCESS = 0,
    
    /* Operation Failed.*/
    SYS_OTA_FAILURE,
    
} SYS_OTA_RESULT;

Summary

Result of a ota system service client interface operation.

Description

Result of a ota system service client interface operation. *

Remarks

None.