How can i check the data is reached to Destination?. If i am sending data with AF_ACK_REQUEST Option, it will send ack in AF_DATA_CONFIRM_CMD, then how can i wait till ack received.
AF_DataReq();
Wait till data Ack;
check Status in AF_DATA_CONFIRM_CMD.
How to wait?