I want any answer.
The development environment is zigbee HA1.2.
At the coordinator How do I get APS security commands?
I want to receive an update device command.
Hi SeungHo Kim,
If the node successfully joins the network (via the designated parent), the stack event ZPS_EVENT_NWK_NEW_NODE_HAS_JOINED is generated on the parent node
and one of the following stack events is generated on the joined node:
ZPS_EVENT_NWK_JOINED_AS_ROUTER (if joined as a Router)
ZPS_EVENT_NWK_JOINED_AS_ENDDEVICE (if joined as an End Device)
These events contain the network address that the parent has allocated to the joined node.
If the join request is unsuccessful, the ZPS_EVENT_NWK_FAILED_TO_JOIN event is generated on the joining node
http://www.nxp.com/docs/en/user-guide/JN-UG-3101.pdf
5.1.3 Pre-determined Parents
Best Regards,
Mario