WinBase
Defines the control setting for a serial communications device.
Verschachtelte Klassen
static class
Type is used to handle the bitfield of the DBC structure.
Felder
The baud rate at which the communications device operates.
The number of bits in the bytes transmitted and received.
Contains all the bit wise setting entries.
The length of the structure, in bytes.
char
The value of the character used to signal the end of data.
char
The value of the character used to replace bytes received with a parity error.
char
The value of the character used to signal an event.
The parity scheme to be used.
The number of stop bits to be used.
char
The value of the XOFF character for both transmission and reception.
The minimum number of free bytes allowed in the input buffer before flow control is activated to inhibit the sender.
char
The value of the XON character for both transmission and reception.
The minimum number of bytes in use allowed in the input buffer before flow control is activated to allow transmission by the sender.
Konstruktoren
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
The length of the structure, in bytes. The caller must set this member to sizeof(DCB).
Contains all the bit wise setting entries.
Reserved; must be zero.
The minimum number of bytes in use allowed in the input buffer before flow control is activated to allow transmission by the sender. This assumes that either XON/XOFF, RTS, or DTR input flow control is specified in the fInX, fRtsControl, or fDtrControl members.
The minimum number of free bytes allowed in the input buffer before flow control is activated to inhibit the sender. Note that the sender may transmit characters after the flow control signal has been activated, so this value should never be zero. This assumes that either XON/XOFF, RTS, or DTR input flow control is specified in the fInX, fRtsControl, or fDtrControl members. The maximum number of bytes in use allowed is calculated by subtracting this value from the size, in bytes, of the input buffer.
The number of bits in the bytes transmitted and received.
public char XonChar
The value of the XON character for both transmission and reception.
public char XoffChar
The value of the XOFF character for both transmission and reception.
public char ErrorChar
The value of the character used to replace bytes received with a parity error.
public char EofChar
The value of the character used to signal the end of data.
public char EvtChar
The value of the character used to signal an event.
Reserved; do not use.
public DCB()
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4