终端设备入网后IEEE在协调其中有存储吗,有的话是存储在什么地方,该怎么获取
没有的话该怎么保存,求大佬解答
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.
终端设备入网后IEEE在协调其中有存储吗,有的话是存储在什么地方,该怎么获取
没有的话该怎么保存,求大佬解答
switch ( pMsg->clusterID )
{
case Device_annce:
{
int i;
uint8 *extAddr;
extAddr = pMsg->srcAddr.addr.extAddr;
for(i = 7;i>=0;i--)
{
if(extAddr[i]<=0x0F)
{
printf("0%X",extAddr[i]);
}
else
{
printf("%X",extAddr[i]);
}
if(i==0)
{
printf("\r\n");
}
}
我这样调试打印出的地址一直在变
协调器打印出的是
000013BB0000A6EC
在终端直接获取到的长地址是
00124B00221532A0