- java.lang.Object
-
- de.ibapl.jnhw.common.memory.AbstractNativeMemory
-
- de.ibapl.jnhw.common.memory.OpaqueMemory32
-
- de.ibapl.jnhw.common.memory.Struct32
-
- de.ibapl.jnhw.util.winapi.memory.WinApiStruct32
-
- de.ibapl.jnhw.winapi.Winbase.COMSTAT
-
- All Implemented Interfaces:
Native
- Enclosing class:
- Winbase
public static class Winbase.COMSTAT extends de.ibapl.jnhw.util.winapi.memory.WinApiStruct32WIN:structure COMSTAT.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWinbase.COMSTAT.Layout-
Nested classes/interfaces inherited from class de.ibapl.jnhw.util.winapi.memory.WinApiStruct32
de.ibapl.jnhw.util.winapi.memory.WinApiStruct32.Accessor_BOOL_As_int32_t, de.ibapl.jnhw.util.winapi.memory.WinApiStruct32.Accessor_BYTE_As_uint8_t, de.ibapl.jnhw.util.winapi.memory.WinApiStruct32.Accessor_DWORD_As_uint32_t, de.ibapl.jnhw.util.winapi.memory.WinApiStruct32.Accessor_HANDLE_As_intptr_t, de.ibapl.jnhw.util.winapi.memory.WinApiStruct32.Accessor_PVOID_As_uintptr_t, de.ibapl.jnhw.util.winapi.memory.WinApiStruct32.Accessor_ULONG_PTR_As_uintptr_t, de.ibapl.jnhw.util.winapi.memory.WinApiStruct32.Accessor_WORD_As_uint16_t
-
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.SetMem
-
-
Field Summary
-
Fields inherited from class de.ibapl.jnhw.util.winapi.memory.WinApiStruct32
ACCESSOR_BOOL, ACCESSOR_BYTE, ACCESSOR_DWORD, ACCESSOR_HANDLE, ACCESSOR_PVOID, ACCESSOR_ULONG_PTR, ACCESSOR_WORD
-
Fields inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
sizeInBytes
-
Fields inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
baseAddress, CLEANER, LOG, MEM_ACCESS, MEM_ACCESS_PROPERTY, NULL, parent
-
-
Constructor Summary
Constructors Constructor Description COMSTAT(AbstractNativeMemory.SetMem setMem)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcbInQue()intcbOutQue()booleanfCtsHold()booleanfDsrHold()booleanfEof()intfReserved()booleanfRlsdHold()booleanfTxim()booleanfXoffHold()booleanfXoffSent()-
Methods inherited from class de.ibapl.jnhw.common.memory.Struct32
getBaseDataType, nativeToHexString
-
Methods inherited from class de.ibapl.jnhw.common.memory.OpaqueMemory32
checkIndex, clear, copy, copy, equals, getByte, getSizeInBytes, hashCode, memset, nativeToString, nativeToString, printMemory, printMemory, setByte, setMemTo, toBytes, toString
-
Methods inherited from class de.ibapl.jnhw.common.memory.AbstractNativeMemory
calcOffsetForAlignment, getOffset, getSizeInBytes, isSameAddress, offsetof, toNativeAddressHolder, toUintptr_t, toUintptr_tOrNULL
-
-
-
-
Constructor Detail
-
COMSTAT
public COMSTAT(AbstractNativeMemory.SetMem setMem)
-
-
Method Detail
-
cbInQue
public int cbInQue()
- Returns:
- the native value of cbInQue.
-
cbOutQue
public int cbOutQue()
- Returns:
- the native value of cbOutQue.
-
fCtsHold
public boolean fCtsHold()
- Returns:
- the native value of fCtsHold.
-
fDsrHold
public boolean fDsrHold()
- Returns:
- the native value of fDsrHold.
-
fEof
public boolean fEof()
- Returns:
- the native value of fEof.
-
fReserved
public int fReserved()
- Returns:
- the native value of fReserved.
-
fRlsdHold
public boolean fRlsdHold()
- Returns:
- the native value of fRlsdHold.
-
fTxim
public boolean fTxim()
- Returns:
- the native value of fTxim.
-
fXoffHold
public boolean fXoffHold()
- Returns:
- the native value of fXoffHold.
-
fXoffSent
public boolean fXoffSent()
- Returns:
- the native value of fXoffSent.
-
-