DMS data types. More...
Data Structures | |
struct | zos_dms_file_t |
DMS Cloud File System File. More... | |
struct | zos_dms_list_parameters_t |
DMS File listing parameters. More... | |
Typedefs | |
typedef void * | zos_dms_handle_t |
DMS file handle. | |
typedef void( | zos_dms_telemetry_callback_t) (msgpack_context_t *msgpack_context) |
Enumerations | |
enum | zos_update_result_t { ZOS_UPDATE_RESULT_NONE = 0, ZOS_UPDATE_RESULT_SUCCESS = 1, ZOS_UPDATE_RESULT_NO_CHANGE = 2, ZOS_UPDATE_RESULT_FAILURE = 3, ZOS_UPDATE_RESULT_NO_CREDENTIALS = 4, ZOS_UPDATE_RESULT_NETWORK_ERROR = 5, ZOS_UPDATE_RESULT_SERVER_ERROR = 6, ZOS_UPDATE_RESULT_UNAUTHORIZED = 7, ZOS_UPDATE_RESULT_BAD_REQUEST = 8, ZOS_UPDATE_RESULT_NOT_FOUND = 9 } |
DMS update result codes. More... | |
enum | zos_dms_target_t { ZOS_DMS_DEVICE = 1, ZOS_DMS_PRODUCT = 2, ZOS_DMS_INVALID = 0xff } |
Target of DMS operation. More... | |
Detailed Description
DMS data types.
Typedef Documentation
typedef void( zos_dms_telemetry_callback_t) (msgpack_context_t *msgpack_context) |
- Parameters
-
msgpack_context
Enumeration Type Documentation
enum zos_dms_target_t |
enum zos_update_result_t |
DMS update result codes.
This is the result of a previous update (aka OTA) attempt. These codes are returned by zn_dms_get_update_result()
- Note
- The code is reset after a power-cycle or another update attempt
Refer to the variable documentation for more information: dms.ota_result