XCORE SDK
XCORE Software Development Kit
|
Confirmation message body for sl_wfx_get_signal_strength_cnf_t. More...
#include <sl_wfx_cmd_api.h>
Public Attributes | |
uint32_t | status |
Status of the get request. More... | |
uint32_t | rcpi |
Received Channel Power Indicator (RCPI) of the connection. More... | |
Confirmation message body for sl_wfx_get_signal_strength_cnf_t.
uint32_t sl_wfx_get_signal_strength_cnf_body_s::rcpi |
Received Channel Power Indicator (RCPI) of the connection.
See Received Channel Power Indicator for further details.
uint32_t sl_wfx_get_signal_strength_cnf_body_s::status |
Status of the get request.
WFM_STATUS_SUCCESS: the get request was completed.
any other value: the get request failed.
See sl_wfx_fmac_status_t for enumeration values.