English
Language : 

ZAURA Datasheet, PDF (59/99 Pages) –
ZAURA RF Wireless Library
Programmer’s Reference Manual
47
ZAURA_RF_SetAddr
Description This function is used to modify the ZAURA RF node address used by
the radio. If the node address is in the range of 0x01 to 0xFE, the
radio is reconfigured to use the new address, the ZAURA_RF_Params
structure is updated and ZAURA_RF_SUCCESS is returned. Other-
wise, ZAURA_RF_INVALID_PARAM is returned and the node
address is not modified.
The ZAURA RF Wireless Library does not verify the uniqueness of
the address. The application designer is responsible for assigning
unique addresses to all nodes within the ZAURA RF cell.
Syntax
ZAURA_RF_STATUS ZAURA_RF_SetAddr( ZAURA_RF_ADDR
Addr );
Parameters Addr: The 8-bit node address.
Returns
ZAURA_RF_SUCCESS
ZAURA_RF_INVALID_PARAM
See Also ZAURA_RF_GetAddr, ZAURA_RF_SetParams,
ZAURA_RF_PARAMS Structure
Example
ZAURA_RF_STATUS Status;
Status = ZAURA_RF_SetAddr( 0x23 );
RM006003-1011
ZAURA_RF_SetAddr