TI中文支持网
TI专业的中文技术问题搜集分享网站

zigbee afIncomingMSGPacket_t 是不是没有包含ieee mac地址

终端 通过AF_DataRequest方法发包给协调器, 协调器在afIncomingMSGPacket_t 中是不是获取不到终端的ieee mac地址

我看了下面的结构体srcAddr.addr.extAddr 这个地址是变动的

typedef struct
{
osal_event_hdr_t hdr; /* OSAL Message header */
uint16 groupId; /* Message's group ID – 0 if not set */
uint16 clusterId; /* Message's cluster ID */
afAddrType_t srcAddr; /* Source Address, if endpoint is STUBAPS_INTER_PAN_EP,
it's an InterPAN message */
uint16 macDestAddr; /* MAC header destination short address */
uint8 endPoint; /* destination endpoint */
uint8 wasBroadcast; /* TRUE if network destination was a broadcast address */
uint8 LinkQuality; /* The link quality of the received data frame */
uint8 correlation; /* The raw correlation value of the received data frame */
int8 rssi; /* The received RF power in units dBm */
uint8 SecurityUse; /* deprecated */
uint32 timestamp; /* receipt timestamp from MAC */
afMSGCommandFormat_t cmd; /* Application Data */
} afIncomingMSGPacket_t;

Yue TANG:

zigbee应用层就不再使用扩展地址通讯了。而是通过端口号来表示应用了。

赞(0)
未经允许不得转载:TI中文支持网 » zigbee afIncomingMSGPacket_t 是不是没有包含ieee mac地址
分享到: 更多 (0)