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_read Function xn_send_ethernet_frame Function cb_wr_screen_string_fnc Function cb_rs232_connection_lost_fnc |
Function xn_tcp_is_readChecks the state of a socket. int xn_tcp_is_read(SOCKET socket); ParameterssocketSocket returned by socket or accept. return valueReturns TRUE if the socket is a TCP socket and incoming data is queued on it. This routine is useful to call after select to determine whether a socket which select determined as ready to read (i.e. read will not block) is ready due to an error or is ready due to data queued on the socket.
|