RTEMS
5.0.0
|
Termios device flow control handler. More...
#include <termiostypes.h>
Data Fields | |
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.
void(* rtems_termios_device_flow::start_remote_tx) (rtems_termios_device_context *context) |
Indicate to start remote transmitter.
[in] | context | The Termios device context. |
void(* rtems_termios_device_flow::stop_remote_tx) (rtems_termios_device_context *context) |
Indicate to stop remote transmitter.
[in] | context | The Termios device context. |