Dear Jason,
I looked at the above example in AT Firmware source code, and to be honest it wasn’t clear on how do I call the getStats() function
I tried:
mDot::getStats();
but it shows the following erorr:
“a nonstatic member reference must be relative to a specific object”
and I read that it is because getStats() is not a static function.
I would really appreciate if you could help me on how to call this function in my main program..
Regards,
Noman