![]() |
Home |
|
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.
|