ping_get_error(3) - Linux man page

Name

ping_get_error - Return the last error message

Synopsis

#include <oping.h>

const char *ping_get_error (pingobj_t *obj);

Description

The ping_get_error method returns an error message indicating the last error encountered. This method is not thread safe whatsoever.

Return Value

A "const" string representing the last error or an empty string if no error was encountered yet.

See Also

liboping(3)

Author

liboping is written by Florian octo Forster <octo at verplant.org>. Its homepage can be found at <http://verplant.org/liboping/>.

(c) 2005-2009 by Florian octo Forster.

Referenced By

ping_construct(3), ping_host_add(3), ping_send(3)