Class CLibrary.Termios

java.lang.Object
org.jline.nativ.CLibrary.Termios
Enclosing class:
CLibrary

public static class CLibrary.Termios extends Object
termios structure for termios functions, describing a general terminal interface that is provided to control asynchronous communications ports
See Also:
  • Field Details

    • SIZEOF

      public static int SIZEOF
    • c_iflag

      public long c_iflag
    • c_oflag

      public long c_oflag
    • c_cflag

      public long c_cflag
    • c_lflag

      public long c_lflag
    • c_cc

      public byte[] c_cc
    • c_ispeed

      public long c_ispeed
    • c_ospeed

      public long c_ospeed
  • Constructor Details

    • Termios

      public Termios()