RTEMS  5.1
Data Fields
rtems_termios_device_flow Struct Reference

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...
 

Detailed Description

Termios device flow control handler.

See also
rtems_termios_device_install().

Field Documentation

◆ start_remote_tx

void(* rtems_termios_device_flow::start_remote_tx) (rtems_termios_device_context *context)

Indicate to start remote transmitter.

Parameters
[in]contextThe Termios device context.

◆ stop_remote_tx

void(* rtems_termios_device_flow::stop_remote_tx) (rtems_termios_device_context *context)

Indicate to stop remote transmitter.

Parameters
[in]contextThe Termios device context.

The documentation for this struct was generated from the following file: