ping_get_error
Return the last error message
- Provided by: liboping-dev (Version: 1.10.0-5build5)
- Source: liboping
- Report a bug
Return the last error message
#include <oping.h> const char *ping_get_error (pingobj_t *obj);
The ping_get_error method returns an error message indicating the last error encountered. This method is not thread safe whatsoever.
A "const" string representing the last error or an empty string if no error was encountered yet.
liboping is written by Florian "octo" Forster <ff at octo.it>. Its homepage can be found at <http://noping.cc/>.
Copyright (c) 2006-2017 by Florian "octo" Forster.