This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

zigbee的端口号和短地址有啥子区别

zigbee的端口号和短地址有啥子区别,短地址可以通过这个NLME_GetShortAddr()取得,端口号如何知道?

  • 端口表征一个应用,短地址用于通信。同一个短地址,你可以有多个端口。每个端点对应一个简单描述符,使用

    afStatus_t ZDP_SimpleDescReq( zAddrType_t *dstAddr, uint16 nwkAddr,byte endPoint, byte SecurityEnable )

    可获得 dstAddr的简单描述符。