|  |  | 
Stores output parameters for RF_getInfo(). More...
#include <RF.h>
| Data Fields | |
| RF_CmdHandle | ch | 
| Command handle (RF_GET_CURR_CMD).  More... | |
| uint16_t | availRatCh | 
| Available RAT channels (RF_GET_AVAIL_RAT_CH).  More... | |
| bool | bRadioState | 
| Current RF core power state (RF_GET_RADIO_STATE).  More... | |
| void * | pScheduleMap | 
| Pointer to scheduling map (RF_GET_SCHEDULE_MAP).  More... | |
Stores output parameters for RF_getInfo().
This union structure holds one out of multiple data types. The contained value is selected by RF_InfoType.
| RF_CmdHandle RF_InfoVal::ch | 
Command handle (RF_GET_CURR_CMD).
| uint16_t RF_InfoVal::availRatCh | 
Available RAT channels (RF_GET_AVAIL_RAT_CH).
| bool RF_InfoVal::bRadioState | 
Current RF core power state (RF_GET_RADIO_STATE).
| void* RF_InfoVal::pScheduleMap | 
Pointer to scheduling map (RF_GET_SCHEDULE_MAP).