ZDO_SetTxPowerReq_t struct
C
typedef struct { uint8_t txPower; /*! Transmitter power to be set (dBm). Valid range is hardware-dependent: for AT86RF230 RF part, it is from 0xEF to 0x03 (-17 to 3). For AT86RF212 RF part, it is from 0xF5 to 0x0B (-11 to 11). */ void (* ZDO_SetTxPowerConf)(ZDO_SetTxPowerConf_t *conf); //!< The function called to confirm the request. Must not be set to NULL. ZDO_SetTxPowerConf_t confirm; //!< Parameters of the confirm being returned in ZDO_SetTxPowerConf() } ZDO_SetTxPowerReq_t;
Description
Describes the parameters of the ZDO_SetTxPowerReq() function