IgH EtherCAT Master  1.5.3
ec_tty_operations_t Struct Reference

Operations on the virtual TTY interface. More...

Data Fields

int(* cflag_changed )(void *, tcflag_t)
 Called when the serial settings shall be changed. More...
 

Detailed Description

Operations on the virtual TTY interface.

Definition at line 56 of file ectty.h.

Field Documentation

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