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_wait_tcp_output Function xn_send_ethernet_frame Function cb_wr_screen_string_fnc Function cb_rs232_connection_lost_fnc |
Function xn_wait_tcp_outputWaits for all TCP data to be sent and acknowledged. int xn_wait_tcp_output(int sec_wait); Parameterssec_waitNumber of seconds to wait for output window to empty. return valueReturns TRUE if all data has been sent, otherwise FALSE if it times out. Waits for all TCP data (queued on all sockets) to be sent and acknowledged (i.e. waits for output window to empty). This is useful to call before closing an interface.
|