![]() |
WE310F5
39.00.000
|
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 471 of file m2mb_profile.h.
UINT8 enable |
enable if the name-IP pair needs to be added in list
Definition at line 473 of file m2mb_profile.h.
UINT8 ip[24] |
IP address
Definition at line 475 of file m2mb_profile.h.
UINT8 name[129] |
Host name. Should end with String termination
Definition at line 474 of file m2mb_profile.h.
UINT32 ttl |
TTL in msec
Definition at line 476 of file m2mb_profile.h.