English
Language : 

ZAURA Datasheet, PDF (60/99 Pages) –
ZAURA RF Wireless Library
Programmer’s Reference Manual
48
ZAURA_RF_GetNID
Description This function retrieves the ZAURA RF Network ID (NID) currently
programmed into the radio. All nodes within the same ZAURA RF cell
must use the same NID (and channel) to communicate with each
another. The default NID is specified in the Nid member of the
ZAURA_RF_Params structure. The Nid can be modified using the
ZAURA_RF_SetNID function or the nid console command.
Syntax
void ZAURA_RF_GetNID( RF_NID * pNid );
Parameters
pNid
A pointer to a Network ID structure initialized with the current NID.
Returns None.
See Also ZAURA_RF_SetNID, ZAURA_RF_GetParams,
ZAURA_RF_NID Structure, ZAURA_RF_PARAMS Structure
Example
ZAURA_RF_NID CurNid;
ZAURA_RF_GetNid( &CurNid );
ZAURA RF Wireless Radio Configuration API
RM006003-1011