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_wr_screen_string_fncCallback function to write a debug message to the screen. void cb_wr_screen_string_fnc(const char * Msg, int reserved); ParametersMsgPointer to the message to display. cb_wr_screen_string_fnc is called by RTIP-32 to display diagnostics messages. It is called through function pointer rtip_callbacks->cb_wr_screen_string_fnc. An application can modify this pointer to point to an arbitrary function or NULL to suppress any debug output. By default, cb_wr_screen_string_fnc, calls OutputDebugString. Function cb_rs232_connection_lost_fnc
|