org.fusesource.jansi.internal
Class CLibrary.Termios

java.lang.Object
  extended by org.fusesource.jansi.internal.CLibrary.Termios
Enclosing class:
CLibrary

public static class CLibrary.Termios
extends java.lang.Object


Field Summary
 byte[] c_cc
           
 long c_cflag
           
 long c_iflag
           
 long c_ispeed
           
 long c_lflag
           
 long c_oflag
           
 long c_ospeed
           
static int SIZEOF
           
 
Constructor Summary
CLibrary.Termios()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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 Detail

CLibrary.Termios

public CLibrary.Termios()


Copyright © 2009-2016 FuseSource, Corp.. All Rights Reserved.