Package jtermios.windows
Class WinAPI.DCB
- java.lang.Object
-
- com.sun.jna.Structure
-
- jtermios.windows.WinAPI.DCB
-
- Enclosing class:
- WinAPI
public static class WinAPI.DCB extends com.sun.jna.Structure
-
-
Field Summary
Fields Modifier and Type Field Description intBaudRatebyteByteSizeintDCBlengthbyteEofCharbyteErrorCharbyteEvtCharstatic intfAbortOnErrorstatic intfBinarystatic intfDsrSensitivitystatic intfDtrControlstatic intfDummy2static intfErrorCharintfFlagsstatic intfInXstatic intfNullstatic intfOutXstatic intfOutxCtsFlowstatic intfOutxDsrFlowstatic intfParitystatic intfRtsControlstatic intfTXContinueOnXoffbyteParitybyteStopBitsshortwReservedshortwReserved1byteXoffCharshortXoffLimbyteXonCharshortXonLim
-
Constructor Summary
Constructors Constructor Description DCB()
-
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
-
DCBlength
public int DCBlength
-
BaudRate
public int BaudRate
-
fFlags
public int fFlags
-
fBinary
public static final int fBinary
- See Also:
- Constant Field Values
-
fParity
public static final int fParity
- See Also:
- Constant Field Values
-
fOutxCtsFlow
public static final int fOutxCtsFlow
- See Also:
- Constant Field Values
-
fOutxDsrFlow
public static final int fOutxDsrFlow
- See Also:
- Constant Field Values
-
fDtrControl
public static final int fDtrControl
- See Also:
- Constant Field Values
-
fDsrSensitivity
public static final int fDsrSensitivity
- See Also:
- Constant Field Values
-
fTXContinueOnXoff
public static final int fTXContinueOnXoff
- See Also:
- Constant Field Values
-
fOutX
public static final int fOutX
- See Also:
- Constant Field Values
-
fInX
public static final int fInX
- See Also:
- Constant Field Values
-
fErrorChar
public static final int fErrorChar
- See Also:
- Constant Field Values
-
fNull
public static final int fNull
- See Also:
- Constant Field Values
-
fRtsControl
public static final int fRtsControl
- See Also:
- Constant Field Values
-
fAbortOnError
public static final int fAbortOnError
- See Also:
- Constant Field Values
-
fDummy2
public static final int fDummy2
- See Also:
- Constant Field Values
-
wReserved
public short wReserved
-
XonLim
public short XonLim
-
XoffLim
public short XoffLim
-
ByteSize
public byte ByteSize
-
Parity
public byte Parity
-
StopBits
public byte StopBits
-
XonChar
public byte XonChar
-
XoffChar
public byte XoffChar
-
ErrorChar
public byte ErrorChar
-
EofChar
public byte EofChar
-
EvtChar
public byte EvtChar
-
wReserved1
public short wReserved1
-
-