public static class LinuxTermios.fd_set extends com.sun.jna.Structure implements JTermios.FDSet
| Modifier and Type | Field and Description |
|---|---|
com.sun.jna.NativeLong[] |
fd_array
The Fd array.
|
| Constructor and Description |
|---|
fd_set()
Instantiates a new Fd set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FD_CLR(int fd)
Fd clr.
|
boolean |
FD_ISSET(int fd)
Fd isset boolean.
|
void |
FD_SET(int fd)
Fd set.
|
void |
FD_ZERO()
Fd zero.
|
protected List |
getFieldOrder() |
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, writeFieldprotected List getFieldOrder()
getFieldOrder in class com.sun.jna.Structurepublic void FD_SET(int fd)
JTermios.FDSetFD_SET in interface JTermios.FDSetfd - the fdpublic boolean FD_ISSET(int fd)
JTermios.FDSetFD_ISSET in interface JTermios.FDSetfd - the fdpublic void FD_ZERO()
JTermios.FDSetFD_ZERO in interface JTermios.FDSetpublic void FD_CLR(int fd)
JTermios.FDSetFD_CLR in interface JTermios.FDSetfd - the fdCopyright © 2017. All rights reserved.