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_tcp_is_connect Function xn_send_ethernet_frame Function cb_wr_screen_string_fnc Function cb_rs232_connection_lost_fnc |
Function xn_tcp_is_connectChecks the state of a socket. int xn_tcp_is_connect(SOCKET socket); ParameterssocketSocket returned by socket or accept. return valueReturns TRUE if the socket is a connected TCP socket. Returns FALSE if socket is not a connected TCP socket. This routine is useful to call after select to determine whether a socket which select determined as ready after a connect is ready due to an error or is ready due to the socket being connected.
|