Other Parts Discussed in Thread: Z-STACK
Tool/software: TI-RTOS
Hi,
How to get the active connected end devices MAC ID list at Co-ordinator.
In function i will find out the active devices list.
I'm using Zstack-3.0.
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.
Hi YK Chen,
I searched the functionalities as above you mentioned ZDP_IEEEAddrReq having the definition but for the Macro-function ZDP_IEEEAddrRsp don't have a definition.
Sorry, YiKai Chen,
I can't understand the macro function. Where are the internal functionalities of that function i.e (definition)?
Is above you attached is the definition?
YiKai Chen,
I'm little confusion anout this Macro-function. How is it works?
below i attatched the code, Bolded lines are function call write. but their is no defination for this.
/*
#define ZDP_IEEEAddrRsp( TransSeq, dstAddr, Status, IEEEAddrRemoteDev, ReqType, nwkAddr, NumAssocDev, \
StartIndex, NWKAddrAssocDevList, SecurityEnable ) \
ZDP_AddrRsp( IEEE_addr_rsp, TransSeq, dstAddr, Status, \
IEEEAddrRemoteDev, ReqType, nwkAddr, NumAssocDev, StartIndex, \
NWKAddrAssocDevList, SecurityEnable )
*/
the above code is not a definition.
In ZDProfile.c file, having other macro function definition but for ZDP_AddrRsp no definition.
Thank you YiKai Chen,
I get the network addresses of the connected devices.
But how I get the counts (how many devices connected) of the connected devices.