Hi,
I'm currently working on understanding how to process Incoming Msg. I have got the grip of the different functions but I'm still confused how we would process msg like the one in "Zigbee fundamental project development" academy part, see below.
I'm actually sending this message from my ZED to ZC, and want to be able to read the message data through ZC. I'm at a dead-end where I don't fully understand the processAfIncomingMsgInd function...
How do I read and process the message shown above?
I have read through the sampleSW and sampleLight to understand how ZED send toggle switch msg. I understand that when ZC is processing msgs it looks after the cmd = "COMMAND_TOGGLE", thus I'm not sure If I know in which function/callback it acquire that cmd.
I would appreciate any help and push in the right way to get better understanding of msg processing and reading. Also, I've been reading Z-stack API reference but I doesn't explain in detail the process, any suggestions to good documentation?
Best Regards,
H