Home |
Function xn_add_host_table_entry Function xn_delete_host_table_entry Function xn_has_dns Function xn_interface_open_config Function xn_interface_ethernet_statistics Function xn_interface_statistics Function xn_send_ethernet_frame Function cb_wr_screen_string_fnc Function cb_rs232_connection_lost_fnc |
Function xn_has_dnsThis function determines whether a DNS server is known. int xn_has_dns(void); The return value is non-zero if RTIP-32 has the address of at least one DNS server and the local host has a domain name set with xn_set_domain_name. If an error occurred, call xn_getlasterror and xn_geterror_string to return the error value. Section Error Codes further describes each error. A DNS server can be set up through xn_set_server_list, xn_dhcp or PPP.
|