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 ?