RTEMS
|
Termios device flow control handler. More...
#include <termiostypes.h>
Public Attributes | |
void(* | stop_remote_tx )(rtems_termios_device_context *context) |
Indicate to stop remote transmitter. More... | |
void(* | start_remote_tx )(rtems_termios_device_context *context) |
Indicate to start remote transmitter. More... | |
Termios device flow control handler.
Definition at line 248 of file termiostypes.h.
void(* rtems_termios_device_flow::start_remote_tx) (rtems_termios_device_context *context) |
Indicate to start remote transmitter.
[in] | context | The Termios device context. |
Definition at line 261 of file termiostypes.h.
void(* rtems_termios_device_flow::stop_remote_tx) (rtems_termios_device_context *context) |
Indicate to stop remote transmitter.
[in] | context | The Termios device context. |
Definition at line 254 of file termiostypes.h.