English
Language : 

ZAURA Datasheet, PDF (71/99 Pages) –
ZAURA RF Wireless Library
Programmer’s Reference Manual
59
UINT16
UINT32
}
Data16[2]
Data32
ZAURA_RF_PARAMS Structure
The ZAURA_RF_PARAMS structure is used to hold the configuration
parameters for the radio. It contains the structure types indicated in
Table 11.
Table 11. ZAURA_RF_PARAMS Structure Type
Member
Nid
Addr
Ch
TxPwr
RxFilter
Type
Description
ZAURA_RF_NID Network ID information.
ZAURA_RF_AD Local address of this node.
DR
UINT8
Current Channel.
UINT8
Transmit Power Level.
UINT8
Receive filter.
ZAURA_RF_STATS Structure
The ZAURA_RF_STATS structure is used to hold the statistics for the
radio. These stats can be accessed through the global variable
ZAURA_RF_Stats. The ZAURA_RF_STATS structure contains the
structure types indicated in Table 12.
Table 12. ZAURA_RF_STATS Structure Types
Member
RxPkts;
RxBytes;
RxNoBuf;
Type
UINT16
UINT32
UINT16
Description
Total number of packets received.
Total bytes received.
Number of buffers.
RM006003-1011
ZAURA_RF_PARAMS Structure