微毫度十分个扩大飞机公婆 该用户已被删除
|
typedef struct
{
int16 bufLength;
byte frameType;
byte protocolVersion;
byte discoverRoute;
byte security;
uint16 dstAddr;
uint16 srcAddr;
byte *pRadius;
byte broadcastId;
int16 nsduLength;
byte *nsdu;
} NLDE_FrameFormat_t;
感觉Z-Stack to describe the NWK frame.和ZigBee specifications中规定的NWK frame不完全一样,如在
ZigBee specifications中规定的NWK frame
Frame type ,Bits:0-1(不是一个byte)
Protocol version,Bits:2-5(不是一个byte),斑竹是这样吗? |
|