@JniClass(flags=STRUCT, name="termios", conditional="defined(HAVE_IOCTL)") public static class CLibrary.Termios extends Object
byte[]
c_cc
long
c_cflag
c_iflag
c_ispeed
c_lflag
c_oflag
c_ospeed
static int
SIZEOF
Termios()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@JniField(flags=CONSTANT, accessor="sizeof(struct termios)") public static int SIZEOF
@JniField(accessor="c_iflag") public long c_iflag
@JniField(accessor="c_oflag") public long c_oflag
@JniField(accessor="c_cflag") public long c_cflag
@JniField(accessor="c_lflag") public long c_lflag
@JniField(accessor="c_cc") public byte[] c_cc
@JniField(accessor="c_ispeed") public long c_ispeed
@JniField(accessor="c_ospeed") public long c_ospeed
public Termios()
Copyright © 2009–2018 FuseSource, Corp.. All rights reserved.