Home |
Function xn_add_host_table_entry Function xn_delete_host_table_entry 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 cb_raw_mode_in_char_fnc Function cb_autoip_new_ip_fnc |
Function cb_autoip_new_ip_fncAuto IP callback function to announce a new IP address on an interface. void cb_autoip_new_ip_fnc(int interface); ParametersinterfaceInterface number (as returned by xn_interface_open or xn_interface_open_config) on which a new IP address was received. Applications can use this callback to be informed of a new IP address assigned by the auto IP protocol. The actual IP address can be queried using xn_interface_info. Function cb_raw_mode_in_char_fnc
|