ping_get_error - Return the last error message
Contents
Description
The ping_get_error method returns an error message indicating the last error encountered. Thismethodisnotthreadsafewhatsoever.Name
ping_get_error - Return the last error message
Return Value
A "const" string representing the last error or an empty string if no error was encountered yet.
See Also
liboping(3)
Synopsis
#include <oping.h>
const char *ping_get_error (pingobj_t *obj);
