- java.lang.Object
-
- de.ibapl.jnhw.common.memory.AbstractNativeMemory
-
- de.ibapl.jnhw.common.memory.OpaqueMemory32
-
- de.ibapl.jnhw.common.memory.Struct32
-
- de.ibapl.jnhw.winapi.Winbase.COMSTAT
-
- All Implemented Interfaces:
Native
- Enclosing class:
- Winbase
public static class Winbase.COMSTAT extends Struct32
WIN:structure COMSTAT.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
OpaqueMemory32.OpaqueMemory32Producer<T extends OpaqueMemory32,P extends AbstractNativeMemory>
-
Nested classes/interfaces inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
AbstractNativeMemory.NativeMemoryAlignment
-
-
Field Summary
-
Fields inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
sizeInBytes
-
Fields inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
baseAddress, LOG, memoryOwner
-
-
Constructor Summary
Constructors Constructor Description COMSTAT(boolean clearMemory)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcbInQue()intcbOutQue()booleanfCtsHold()booleanfDsrHold()booleanfEof()intfReserved()booleanfRlsdHold()booleanfTxim()booleanfXoffHold()booleanfXoffSent()static intsizeof()-
Methods inherited from class de.ibapl.jnhw.common.memory.Struct32
getBaseDataType, nativeToHexString
-
Methods inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
calcNextOffset, clear, copy, copy, equals, getByte, hashCode, memset, nativeToString, nativeToString, offsetof, printMemory, printMemory, setByte, toBytes, toString
-
Methods inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
ENOMEM, isSameAddress
-
-
-
-
Method Detail
-
sizeof
@SizeOf public static final int sizeof()
-
fCtsHold
public boolean fCtsHold()
- Returns:
- the native value of fCtsHold.
-
fDsrHold
public boolean fDsrHold()
- Returns:
- the native value of fDsrHold.
-
fRlsdHold
public boolean fRlsdHold()
- Returns:
- the native value of fRlsdHold.
-
fXoffHold
public boolean fXoffHold()
- Returns:
- the native value of fXoffHold.
-
fXoffSent
public boolean fXoffSent()
- Returns:
- the native value of fXoffSent.
-
fEof
public boolean fEof()
- Returns:
- the native value of fEof.
-
fTxim
public boolean fTxim()
- Returns:
- the native value of fTxim.
-
fReserved
public int fReserved()
- Returns:
- the native value of fReserved.
-
cbInQue
public int cbInQue()
- Returns:
- the native value of cbInQue.
-
cbOutQue
public int cbOutQue()
- Returns:
- the native value of cbOutQue.
-
-