English
Language : 

ZAURA Datasheet, PDF (70/99 Pages) –
ZAURA RF Wireless Library
Programmer’s Reference Manual
58
ZAURA_RF_PKT_BUF Structure
The ZAURA_RF_PKT_BUF structure is used to hold a packet for pro-
cessing, receive or transmit. It contains the structure types indicated in
Table 9.
Table 9. ZAURA_RF_PKT_BUF Structure Types
Member
Len
Dst
Src
Ctrl
Data[]
Type
Description
UINT8
Length of the application data packet.
ZAURA_RF_AD Destination.
DR
ZAURA_RF_AD Source (valid on DA_SA, DA_SA_CTRL frames).
DR
UINT8
Control byte (valid on DA_SA_CTRL frames).
UINT8
Array of application-specific data bytes in the packet.
ZAURA_RF_NID Structure
The ZAURA_RF_NID structure is used to hold the Network ID informa-
tion. It contains the structure types indicated in Table 10.
Table 10. ZAURA_RF_NID Structure Types
Member
Len
Value
Type
UINT8
Union
Description
The number of bytes that are valid in Data.
The Network ID byte(s).
In the following code snippet, the first column represents each Union
type; the second column represents its value.
{
UINT8
Data8[4]
Variable Types and Structures
RM006003-1011