Dear Jason,
I have read that in order to call a non-static function it have to call it through an object. so i did the following (also changed mDot from private to public):
mDot aa,
aa.getStats();
however, i didnt get any statistics about the communication after the communication is done.
so, does getStats(), automatically print the statistics variouble (Up, Down, Joins, JoinFails, MissedAcks) or do i have to print them after the function is called?
I’m sorry for keep asking about this issue but its really important for me to get such statistics about the packet transmission.
Please help..
Regards,
Noman