public static class SolarisTermios.termios
extends com.sun.jna.Structure
| Modifier and Type | Field and Description |
|---|---|
byte[] |
c_cc
The C cc.
|
int |
c_cflag
The C cflag.
|
int |
c_iflag
The C iflag.
|
int |
c_lflag
The C lflag.
|
int |
c_oflag
The C oflag.
|
| Constructor and Description |
|---|
termios()
Instantiates a new Termios.
|
termios(Termios t)
Instantiates a new Termios.
|
| Modifier and Type | Method and Description |
|---|---|
protected List |
getFieldOrder() |
void |
update(Termios t)
Update.
|
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic int c_iflag
public int c_oflag
public int c_cflag
public int c_lflag
public byte[] c_cc
public termios()
public termios(Termios t)
t - the tCopyright © 2017. All rights reserved.