Package org.fusesource.jansi.internal
Class CLibrary.Termios
java.lang.Object
org.fusesource.jansi.internal.CLibrary.Termios
- Enclosing class:
CLibrary
termios structure for termios functions, describing a general terminal interface that is
provided to control asynchronous communications ports
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
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()
-
-
Method Details
-
init
private static void init()
-