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.

Compiler/CC2530: What happen with message in router ?

Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK

Tool/software: TI C/C++ Compiler

Hello.

I have a network with a coordinator A, a router B and a end device C.  A->B->C

When coordinator want send a message to end device. Message will be go to end device firt. What happen with message in router ?

Router will read message in AF_INCOMING_MSG_CMD event, read it and send to end device use AF_DataRequest() API  or it have a difference way to send message to end device ?