ZDO_SetTxPowerReq Function
C
void ZDO_SetTxPowerReq(ZDO_SetTxPowerReq_t *req);Description
Sets Tx power
Response statuses: Accessed via the ZDO_SetTxPowerConf_t-status field of callback's argument
-ZDO_SUCCESS_STATUS (0x00) - the request executed successfully \n -ZDO_FAIL_STATUS (0x07) - the request failed due to incorrect parameters,
or because the MAC layer is not ready, or the device is not in the network
Parameters
| Param | Description |
|---|---|
| req | Determines the parameters of the request. |
Returns
None
