1.1.14.2 WDRV_WINC_DNS_RESOLVE_CALLBACK Typedef

C

void (*WDRV_WINC_DNS_RESOLVE_CALLBACK)
(
    DRV_HANDLE handle,
    WDRV_WINC_DNS_STATUS_TYPE status,
    uint8_t recordType,
    const char *pDomainName,
    WDRV_WINC_IP_MULTI_TYPE_ADDRESS *pIPAddr
);

Description

Callback returning the DNS resolve.

Parameters

ParametersDescription
handleClient handle obtained by a call to WDRV_WINC_Open.
statusOperation status.
recordTypeRecord type found.
pDomainNamePointer to domain name being resolved.
pIPAddrPointer to IP address found.

Remarks

None.