image/svg+xml
Brteve's API for EveApps
Version 0.0.1
The reference document for common folder of EveApps project.
 
Loading...
Searching...
No Matches
_FTDCB Struct Reference

#include <ftd2xx.h>

Data Fields

DWORD DCBlength
 
DWORD BaudRate
 
DWORD fBinary: 1
 
DWORD fParity: 1
 
DWORD fOutxCtsFlow: 1
 
DWORD fOutxDsrFlow: 1
 
DWORD fDtrControl: 2
 
DWORD fDsrSensitivity: 1
 
DWORD fTXContinueOnXoff: 1
 
DWORD fOutX: 1
 
DWORD fInX: 1
 
DWORD fErrorChar: 1
 
DWORD fNull: 1
 
DWORD fRtsControl: 2
 
DWORD fAbortOnError: 1
 
DWORD fDummy2: 17
 
WORD wReserved
 
WORD XonLim
 
WORD XoffLim
 
BYTE ByteSize
 
BYTE Parity
 
BYTE StopBits
 
char XonChar
 
char XoffChar
 
char ErrorChar
 
char EofChar
 
char EvtChar
 
WORD wReserved1
 

Detailed Description

Definition at line 1158 of file ftd2xx.h.

Field Documentation

◆ BaudRate

DWORD _FTDCB::BaudRate

Baudrate at which running

Definition at line 1161 of file ftd2xx.h.

◆ ByteSize

BYTE _FTDCB::ByteSize

Number of bits/byte, 4-8

Definition at line 1179 of file ftd2xx.h.

◆ DCBlength

DWORD _FTDCB::DCBlength

sizeof(FTDCB)

Definition at line 1160 of file ftd2xx.h.

◆ EofChar

char _FTDCB::EofChar

End of Input character

Definition at line 1185 of file ftd2xx.h.

◆ ErrorChar

char _FTDCB::ErrorChar

Error replacement char

Definition at line 1184 of file ftd2xx.h.

◆ EvtChar

char _FTDCB::EvtChar

Received Event character

Definition at line 1186 of file ftd2xx.h.

◆ fAbortOnError

DWORD _FTDCB::fAbortOnError

Abort all reads and writes on Error

Definition at line 1174 of file ftd2xx.h.

◆ fBinary

DWORD _FTDCB::fBinary

Binary Mode (skip EOF check)

Definition at line 1162 of file ftd2xx.h.

◆ fDsrSensitivity

DWORD _FTDCB::fDsrSensitivity

DSR Sensitivity

Definition at line 1167 of file ftd2xx.h.

◆ fDtrControl

DWORD _FTDCB::fDtrControl

DTR Flow control

Definition at line 1166 of file ftd2xx.h.

◆ fDummy2

DWORD _FTDCB::fDummy2

Reserved

Definition at line 1175 of file ftd2xx.h.

◆ fErrorChar

DWORD _FTDCB::fErrorChar

Enable Err Replacement

Definition at line 1171 of file ftd2xx.h.

◆ fInX

DWORD _FTDCB::fInX

Enable input X-ON/X-OFF

Definition at line 1170 of file ftd2xx.h.

◆ fNull

DWORD _FTDCB::fNull

Enable Null stripping

Definition at line 1172 of file ftd2xx.h.

◆ fOutX

DWORD _FTDCB::fOutX

Enable output X-ON/X-OFF

Definition at line 1169 of file ftd2xx.h.

◆ fOutxCtsFlow

DWORD _FTDCB::fOutxCtsFlow

CTS handshaking on output

Definition at line 1164 of file ftd2xx.h.

◆ fOutxDsrFlow

DWORD _FTDCB::fOutxDsrFlow

DSR handshaking on output

Definition at line 1165 of file ftd2xx.h.

◆ fParity

DWORD _FTDCB::fParity

Enable parity checking

Definition at line 1163 of file ftd2xx.h.

◆ fRtsControl

DWORD _FTDCB::fRtsControl

Rts Flow control

Definition at line 1173 of file ftd2xx.h.

◆ fTXContinueOnXoff

DWORD _FTDCB::fTXContinueOnXoff

Continue TX when Xoff sent

Definition at line 1168 of file ftd2xx.h.

◆ Parity

BYTE _FTDCB::Parity

0-4=None,Odd,Even,Mark,Space

Definition at line 1180 of file ftd2xx.h.

◆ StopBits

BYTE _FTDCB::StopBits

FT_STOP_BITS_1 or FT_STOP_BITS_2

Definition at line 1181 of file ftd2xx.h.

◆ wReserved

WORD _FTDCB::wReserved

Not currently used

Definition at line 1176 of file ftd2xx.h.

◆ wReserved1

WORD _FTDCB::wReserved1

Fill for now.

Definition at line 1187 of file ftd2xx.h.

◆ XoffChar

char _FTDCB::XoffChar

Tx and Rx X-OFF character

Definition at line 1183 of file ftd2xx.h.

◆ XoffLim

WORD _FTDCB::XoffLim

Transmit X-OFF threshold

Definition at line 1178 of file ftd2xx.h.

◆ XonChar

char _FTDCB::XonChar

Tx and Rx X-ON character

Definition at line 1182 of file ftd2xx.h.

◆ XonLim

WORD _FTDCB::XonLim

Transmit X-ON threshold

Definition at line 1177 of file ftd2xx.h.


The documentation for this struct was generated from the following file: