XCORE SDK
XCORE Software Development Kit
|
Confirmation message body for sl_wfx_send_frame_cnf_t. More...
#include <sl_wfx_cmd_api.h>
Public Attributes | |
uint32_t | status |
Status of the send request. More... | |
uint16_t | packet_id |
Packet ID number from the corresponding request. | |
uint16_t | reserved |
Reserved. | |
Confirmation message body for sl_wfx_send_frame_cnf_t.
uint32_t sl_wfx_send_frame_cnf_body_s::status |
Status of the send request.
WFM_STATUS_SUCCESS: the send request was completed.
any other value: the send request failed.
See sl_wfx_fmac_status_t for enumeration values.