Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
mgmt_evt_op_cmd_arg Struct Reference

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...
 
}; 
 

Detailed Description

Field Documentation

◆ 

union { ... } mgmt_evt_op_cmd_arg::@268

◆ err

int mgmt_evt_op_cmd_arg::err

◆ group

uint16_t mgmt_evt_op_cmd_arg::group

◆ id

uint8_t mgmt_evt_op_cmd_arg::id

Message ID within group.

◆ op

uint8_t mgmt_evt_op_cmd_arg::op

◆ status

int mgmt_evt_op_cmd_arg::status

The documentation for this struct was generated from the following file: