Package jtermios.windows
Class WinAPI.COMSTAT
- java.lang.Object
-
- com.sun.jna.Structure
-
- jtermios.windows.WinAPI.COMSTAT
-
- Enclosing class:
- WinAPI
public static class WinAPI.COMSTAT extends com.sun.jna.Structure
-
-
Constructor Summary
Constructors Constructor Description COMSTAT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ListgetFieldOrder()StringtoString()-
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
-
-
-
Field Detail
-
fFlags
public int fFlags
-
fCtsHold
public static final int fCtsHold
- See Also:
- Constant Field Values
-
fDsrHold
public static final int fDsrHold
- See Also:
- Constant Field Values
-
fRlsdHold
public static final int fRlsdHold
- See Also:
- Constant Field Values
-
fXoffHold
public static final int fXoffHold
- See Also:
- Constant Field Values
-
fXoffSent
public static final int fXoffSent
- See Also:
- Constant Field Values
-
fEof
public static final int fEof
- See Also:
- Constant Field Values
-
fTxim
public static final int fTxim
- See Also:
- Constant Field Values
-
fReserved
public static final int fReserved
- See Also:
- Constant Field Values
-
cbInQue
public int cbInQue
-
cbOutQue
public int cbOutQue
-
-