![]() |
WL865E4-P
36.07.001
|
DNS host cfg structure. More...
#include <m2mb_profile.h>
Data Fields | |
UINT8 | enable |
UINT8 | name [129] |
UINT8 | ip [24] |
UINT32 | ttl |
DNS host cfg structure.
DNS host cfg structure. To add DNS host name and IP address pair to the list of DNS server database.
Definition at line 466 of file m2mb_profile.h.
UINT8 enable |
enable if the name-IP pair needs to be added in list
Definition at line 468 of file m2mb_profile.h.
UINT8 ip[24] |
IP address
Definition at line 470 of file m2mb_profile.h.
UINT8 name[129] |
Host name. Should end with String termination
Definition at line 469 of file m2mb_profile.h.
UINT32 ttl |
TTL in msec
Definition at line 471 of file m2mb_profile.h.