WIP
DirectOutput framework for virtual pinball cabinets WIP
Go to:
Overview 
DirectOutput.Cab.Out.FTDIChip.FTDI.FT_FLOW_CONTROL Class Reference

Permitted flow control values for FTDI devices More...

Public Attributes

const UInt16 FT_FLOW_NONE = 0x0000
 No flow control More...
 
const UInt16 FT_FLOW_RTS_CTS = 0x0100
 RTS/CTS flow control More...
 
const UInt16 FT_FLOW_DTR_DSR = 0x0200
 DTR/DSR flow control More...
 
const UInt16 FT_FLOW_XON_XOFF = 0x0400
 Xon/Xoff flow control More...
 

Detailed Description

Permitted flow control values for FTDI devices

Definition at line 460 of file FTD2XX_NET.cs.

Member Data Documentation

const UInt16 DirectOutput.Cab.Out.FTDIChip.FTDI.FT_FLOW_CONTROL.FT_FLOW_DTR_DSR = 0x0200

DTR/DSR flow control

Definition at line 473 of file FTD2XX_NET.cs.

const UInt16 DirectOutput.Cab.Out.FTDIChip.FTDI.FT_FLOW_CONTROL.FT_FLOW_NONE = 0x0000

No flow control

Definition at line 465 of file FTD2XX_NET.cs.

const UInt16 DirectOutput.Cab.Out.FTDIChip.FTDI.FT_FLOW_CONTROL.FT_FLOW_RTS_CTS = 0x0100

RTS/CTS flow control

Definition at line 469 of file FTD2XX_NET.cs.

const UInt16 DirectOutput.Cab.Out.FTDIChip.FTDI.FT_FLOW_CONTROL.FT_FLOW_XON_XOFF = 0x0400

Xon/Xoff flow control

Definition at line 477 of file FTD2XX_NET.cs.


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