5.1.2.17 ZDO_SetTxPowerReq Function
Syntax
void ZDO_SetTxPowerReq(ZDO_SetTxPowerReq_t *req);
Description
The function sets the Transmission (TX) power level.
The response statuses, accessed via the
ZDO_SetTxPowerConf_t-status
status field of the callback’s argument, are as follows:- ZDO_SUCCESS_STATUS (0x00) – The request executed successfully.
- 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.
Input Parameters
Parameter Name | Description |
---|---|
req | Determines the parameters of the request |
Return Type and Values
- None