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_raw_mode_in_char_fncCallback function to process serial I/O data received in raw mode. void cb_raw_mode_in_char_fnc(BYTE c); ParameterscThe received byte. cb_raw_mode_in_char_fnc is called by RTIP-32 when a PPP or SLIP interface is in raw mode without escaping them into SLIP or PPP packets. It can be used to interpret modem messages and to send commands to a modem before a PPP or SLIP connection has been established.
|