1ping_get_error(3) liboping ping_get_error(3)
2
3
4
6 ping_get_error - Return the last error message
7
9 #include <oping.h>
10
11 const char *ping_get_error (pingobj_t *obj);
12
14 The ping_get_error method returns an error message indicating the last
15 error encountered. This method is not thread safe whatsoever.
16
18 A "const" string representing the last error or an empty string if no
19 error was encountered yet.
20
22 liboping(3)
23
25 liboping is written by Florian "octo" Forster <ff at octo.it>. Its
26 homepage can be found at <http://noping.cc/>.
27
28 Copyright (c) 2006-2017 by Florian "octo" Forster.
29
30
31
321.10.0 2017-05-11 ping_get_error(3)