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
| Parameters | Description |
|---|---|
| handle | Client handle obtained by a call to WDRV_WINC_Open. |
| status | Operation status. |
| recordType | Record type found. |
| pDomainName | Pointer to domain name being resolved. |
| pIPAddr | Pointer to IP address found. |
Remarks
None.
