Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

fnet_dns_resolved_addr Struct Reference

fnet_dns_resolved_addr Struct Reference
[Fnet_dns]

Initialization parameters for the fnet_dns_init() function. More...

#include <fnet_dns.h>

Data Fields

struct sockaddr resolved_addr
 Socket address of the resolved host name.
fnet_uint32_t resolved_addr_ttl
 Specifies the time interval (in seconds) that the resolved address may be cached before it should be discarded.

Detailed Description

Initialization parameters for the fnet_dns_init() function.

Definition at line 91 of file fnet_dns.h.


Field Documentation

Socket address of the resolved host name.

Definition at line 93 of file fnet_dns.h.

fnet_uint32_t resolved_addr_ttl

Specifies the time interval (in seconds) that the resolved address may be cached before it should be discarded.

Definition at line 94 of file fnet_dns.h.