public static final class Winbase.DCB extends OpaqueMemory
baseAddress, LOG, memoryOwner, sizeInBytes| Constructor and Description |
|---|
DCB(boolean clearMemory) |
| Modifier and Type | Method and Description |
|---|---|
int |
BaudRate() |
void |
BaudRate(int value) |
byte |
ByteSize() |
void |
ByteSize(byte value) |
char |
EofChar() |
char |
ErrorChar() |
char |
EvtChar() |
boolean |
fAbortOnError() |
boolean |
fBinary() |
boolean |
fDsrSensitivity() |
int |
fDtrControl() |
int |
fDummy2() |
boolean |
fErrorChar() |
boolean |
fInX() |
void |
fInX(boolean value) |
boolean |
fNull() |
boolean |
fOutX() |
void |
fOutX(boolean value) |
boolean |
fOutxCtsFlow() |
void |
fOutxCtsFlow(boolean value) |
boolean |
fOutxDsrFlow() |
boolean |
fParity() |
int |
fRtsControl() |
void |
fRtsControl(int value) |
boolean |
fTXContinueOnXoff() |
byte |
Parity() |
void |
Parity(byte value) |
static int |
sizeofDCB() |
byte |
StopBits() |
void |
StopBits(byte value) |
short |
wReserved() |
short |
wReserved1() |
char |
XoffChar() |
void |
XoffChar(char value) |
short |
XoffLim() |
char |
XonChar() |
void |
XonChar(char value) |
short |
XonLim() |
clear, ENOMEM, finalizepublic static final int sizeofDCB()
public int BaudRate()
public void BaudRate(int value)
public boolean fBinary()
public boolean fParity()
public boolean fOutxCtsFlow()
public void fOutxCtsFlow(boolean value)
public boolean fOutxDsrFlow()
public int fDtrControl()
public boolean fDsrSensitivity()
public boolean fTXContinueOnXoff()
public boolean fOutX()
public void fOutX(boolean value)
public boolean fInX()
public void fInX(boolean value)
public boolean fErrorChar()
public boolean fNull()
public int fRtsControl()
public void fRtsControl(int value)
public boolean fAbortOnError()
public int fDummy2()
public short wReserved()
public short XonLim()
public short XoffLim()
public byte ByteSize()
public void ByteSize(byte value)
public byte Parity()
public void Parity(byte value)
public byte StopBits()
public void StopBits(byte value)
public char XonChar()
public void XonChar(char value)
public char XoffChar()
public void XoffChar(char value)
public char ErrorChar()
public char EofChar()
public char EvtChar()
public short wReserved1()
Copyright © 2019. All rights reserved.