- 易迪拓培训,专注于微波、射频、天线设计工程师的培养
怎么通过设备的ieee,得到网络中的所有设备的短地址?
录入:edatop.com 点击:
希望协调器通过设备的ieee,得到网络中的所有设备的短地址?怎么做到
extern uint8 APSME_LookupNwkAddr( uint8* extAddr, uint16* nwkAddr );
这个函数只能读取子节点的网络地址,还是所有节点的地址?
extern uint8 APSME_LookupNwkAddr( uint8* extAddr, uint16* nwkAddr );
这个函数只能读取子节点的网络地址,还是所有节点的地址?
3531.Method for Discovering Network Topology.pdf
可以使用
afStatus_t ZDP_NwkAddrReq( byte *IEEEAddress, byte ReqType, byte StartIndex, byte SecurityEnable )
通过IEEE地址获取短地址