public static class MacOSXTermios.termios
extends com.sun.jna.Structure
| Modifier and Type | Field and Description |
|---|---|
byte[] |
c_cc
The C cc.
|
com.sun.jna.NativeLong |
c_cflag
The C cflag.
|
com.sun.jna.NativeLong |
c_iflag
The C iflag.
|
com.sun.jna.NativeLong |
c_ispeed
The C ispeed.
|
com.sun.jna.NativeLong |
c_lflag
The C lflag.
|
com.sun.jna.NativeLong |
c_oflag
The C oflag.
|
com.sun.jna.NativeLong |
c_ospeed
The C ospeed.
|
| 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 com.sun.jna.NativeLong c_iflag
public com.sun.jna.NativeLong c_oflag
public com.sun.jna.NativeLong c_cflag
public com.sun.jna.NativeLong c_lflag
public byte[] c_cc
public com.sun.jna.NativeLong c_ispeed
public com.sun.jna.NativeLong c_ospeed
public termios()
public termios(Termios t)
t - the tCopyright © 2017. All rights reserved.