组播时地址模式如下:
SampleApp_Flash_DstAddr.addrMode = (afAddrMode_t)afAddrGroup;//组播
SampleApp_Flash_DstAddr.endPoint = SAMPLEAPP_ENDPOINT;
SampleApp_Flash_DstAddr.addr.shortAddr = SAMPLEAPP_FLASH_GROUP;
SampleApp_Flash_DstAddr.endPoint = SAMPLEAPP_ENDPOINT;
SAMPLEAPP_ENDPOINT必须是这个同一个吗?
我不同的endPoint,比如:
endPoint =SAMPLEAPP_ENDPOINT加入SAMPLEAPP_FLASH_GROUP组,另一个端点
endPoint =SAMPLEAPP_ENDPOINT+1,也加入同一个组,不同端点号的端点能不能加入同一个组,端点号相同的时候,目标地址端点号如上表示,如果加入同一组的端点端点号不同,组播的时候,
SampleApp_Flash_DstAddr.endPoint = SAMPLEAPP_ENDPOINT,还是
SampleApp_Flash_DstAddr.endPoint = SAMPLEAPP_ENDPOINT+1呢?
还是等于其他什么数?