关于 zigbee report
时间:10-02
整理:3721RD
点击:
设备A向另一个设备B(比如说网关)report 时,设备B收到的——关于设备A的地址是16短地址,还是64位长地址?
typedef struct
{
union
{
uint16 shortAddr;
ZLongAddr_t extAddr;
} addr;
afAddrMode_t addrMode;
uint8 endPoint;
uint16 panId; // used for the INTER_PAN feature
} afAddrType_t;
段地址