English
Language : 

ZAURA Datasheet, PDF (58/99 Pages) –
ZAURA RF Wireless Library
Programmer’s Reference Manual
46
ZAURA_RF_GetAddr
Description This function returns the ZAURA RF node address currently pro-
grammed into the radio. The default node address is specified in the
Addr member of the ZAURA_RF_Params structure. The address can
be modified using the ZAURA_RF_SetAddr function or the addr
shell command.
Syntax
ZAURA_RF_ADDR ZAURA_RF_GetAddr( void );
Parameters None.
Returns The 8-bit node address.
See Also ZAURA_RF_SetAddr, ZAURA_RF_GetParams,
ZAURA_RF_PARAMS Structure
Example
ZAURA_RF_ADDR Addr;
Addr = ZAURA_RF_GetAddr();
ZAURA RF Wireless Radio Configuration API
RM006003-1011