欢迎访问ic37.com |
会员登录 免费注册
发布采购

AN241 参数 Datasheet PDF下载

AN241图片预览
型号: AN241
PDF下载: 下载PDF文件 查看货源
内容描述: 2.4 GHZ ZIGBEE⑩NETWORK应用接口程序员指南 [2.4 GHZ ZIGBEE⑩NETWORK APPLICATION INTERFACE PROGRAMMERS GUIDE]
分类和应用: ZIGBEE
文件页数/大小: 30 页 / 263 K
品牌: SILABS [ SILICON LABORATORIES ]
 浏览型号AN241的Datasheet PDF文件第2页浏览型号AN241的Datasheet PDF文件第3页浏览型号AN241的Datasheet PDF文件第4页浏览型号AN241的Datasheet PDF文件第5页浏览型号AN241的Datasheet PDF文件第6页浏览型号AN241的Datasheet PDF文件第7页浏览型号AN241的Datasheet PDF文件第8页浏览型号AN241的Datasheet PDF文件第9页  
AN241
2.4 GH
Z
Z
IG
B
EE
N
ETWORK
A
PPLICATION
I
NTERFACE
P
ROGRAMMER
'
S
G
UIDE
1. Introduction
This document describes the Silicon Laboratories ZigBee Network Layer interface. It contains implementation
details specific to the Network-layer interface software library included as part of the Silicon Laboratories ZigBee
Development Kit.
This document should be used in conjunction with the ZigBee Alliance's Network Specification.
Current firmware releases do not support beacon-based networks or security.
2. Overview of Primitive Implementation
Messaging between the application layer and the network layer is implemented either by direct function calls or by
using a shared buffer. Primitives transmitted from the application layer to the network layer are implemented using
direct function calls.
In contrast, primitives sent from the network layer to the application layer are implemented differently. Indication
primitives notifying an event to the application layer will be stored in a shared buffer. The application layer needs to
poll this buffer for an incoming event.
Some confirmation primitives carry only one parameter, normally a status indicator corresponding to a request. The
parameter is conveyed as a return value of the requesting function call. Thus, there is no explicit implementation of
these primitives.
Other confirmation primitives contain more than one parameter. When a request is called, the function call of the
request will store the confirmation data to the shared buffer. The caller of the request shall check the buffer for
confirmation when the request returns.
Table 1. Primitive Implementation
Primitive
Request
Confirm (one parameter)
Confirm (multiple parameters)
Indication
Implementation
Direct function call
Return value of the request function call
Globally shared buffer
Globally shared buffer
Rev. 0.1 9/05
Copyright © 2005 by Silicon Laboratories
AN241