ZPS_eAplZdpParentAnnceReq()

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

ZPS_eAplZdpParentAnnceReq()

695 Views
zherlei
Contributor II

The function ZPS_eAplZdpParentAnnceReq() in  ZigBee 3.0 Stack User Guide is used on a Router or the Co-ordinator to send a Parent Announcement message to one or more other nodes.In this announcement, the originating node declares which nodes it has as children.

If a node which receives this message also has one the specified nodes as its child(so there is a conflict), the receiving node broadcasts a response to indicate this.

question:

1. When will this happen??

2. How can I know the detailed behavior of the Co-ordinator of Router received the conflict??? (bestly about Neighbour Table, Address Map Table, Route Record Table)

Labels (2)
0 Kudos
3 Replies

539 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Zhou,

Please define the next code in the makefile, and you will find the API for vDisplayAddressMapTable, vDisplayNT, etc.

APPSRC += appZpsExtendedDebug.c

Hope it helps.

Mario

0 Kudos

540 Views
zherlei
Contributor II

Hi Mario,

Thanks for your reply!

0 Kudos

540 Views
zherlei
Contributor II

Hi Mario,

Thanks for your reply!

The debug info of the  appZpsExtendedDebug.c file is very useful. I want to know the theoretical basis.

0 Kudos