Operations on the virtual TTY interface.
More...
#include <ectty.h>
|
| int(* | cflag_changed )(void *, tcflag_t) |
| | Called when the serial settings shall be changed.
|
| |
Operations on the virtual TTY interface.
Definition at line 56 of file ectty.h.
◆ cflag_changed
| int(* ec_tty_operations_t::cflag_changed) (void *, tcflag_t) |
Called when the serial settings shall be changed.
The cflag argument contains the new settings.
Definition at line 57 of file ectty.h.