p2  0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Aio_getaddrinfo Class Reference

create a async Aio_getaddrinfo request More...

Detailed Description

create a async Aio_getaddrinfo request

Either node or service may be NULL but not both.

Parameters
hintsis a pointer to a struct addrinfo with additional address type constraints, or NULL. Consult man -s 3 getaddrinfo for details.

If successful, your

Parameters
cbcallback gets called sometime in the future with the lookup result, which is either:

a) status == 0, the res argument points to a valid struct addrinfo, or b) status == -1, the res argument is NULL.


The documentation for this class was generated from the following file: