Zephyr API 3.6.99
|
Arguments for MGMT_EVT_OP_CMD_RECV, MGMT_EVT_OP_CMD_STATUS and MGMT_EVT_OP_CMD_DONE. More...
#include <callbacks.h>
Data Fields | ||
uint16_t | group | |
mcumgr_group_t | ||
uint8_t | id | |
Message ID within group. | ||
union { | ||
uint8_t op | ||
mcumgr_op_t used in MGMT_EVT_OP_CMD_RECV More... | ||
int err | ||
mcumgr_err_t, used in MGMT_EVT_OP_CMD_DONE More... | ||
int status | ||
img_mgmt_id_upload_t, used in MGMT_EVT_OP_CMD_STATUS More... | ||
}; | ||
Arguments for MGMT_EVT_OP_CMD_RECV, MGMT_EVT_OP_CMD_STATUS and MGMT_EVT_OP_CMD_DONE.
union { ... } mgmt_evt_op_cmd_arg |
int mgmt_evt_op_cmd_arg::err |
mcumgr_err_t, used in MGMT_EVT_OP_CMD_DONE
uint16_t mgmt_evt_op_cmd_arg::group |
uint8_t mgmt_evt_op_cmd_arg::id |
Message ID within group.
uint8_t mgmt_evt_op_cmd_arg::op |
mcumgr_op_t used in MGMT_EVT_OP_CMD_RECV
int mgmt_evt_op_cmd_arg::status |