C# Class FTD2XX_NET.FTDI.FT2232_EEPROM_STRUCTURE

EEPROM structure specific to FT2232 devices. Inherits from FT_EEPROM_DATA.
Inheritance: FT_EEPROM_DATA
Show file Open project: GNOME/chronojump

Public Properties

Property Type Description
AIsHighCurrent bool
AIsVCP bool
BIsHighCurrent bool
BIsVCP bool
IFAIsFastSer bool
IFAIsFifo bool
IFAIsFifoTar bool
IFBIsFastSer bool
IFBIsFifo bool
IFBIsFifoTar bool
PullDownEnable bool
SerNumEnable bool
USBVersion System.UInt16
USBVersionEnable bool

Property Details

AIsHighCurrent public property

Enables high current IOs on channel A
public bool AIsHighCurrent
return bool

AIsVCP public property

Determines if channel A loads the VCP driver
public bool AIsVCP
return bool

BIsHighCurrent public property

Enables high current IOs on channel B
public bool BIsHighCurrent
return bool

BIsVCP public property

Determines if channel B loads the VCP driver
public bool BIsVCP
return bool

IFAIsFastSer public property

Determines if channel A is in fast serial mode
public bool IFAIsFastSer
return bool

IFAIsFifo public property

Determines if channel A is in FIFO mode
public bool IFAIsFifo
return bool

IFAIsFifoTar public property

Determines if channel A is in FIFO target mode
public bool IFAIsFifoTar
return bool

IFBIsFastSer public property

Determines if channel B is in fast serial mode
public bool IFBIsFastSer
return bool

IFBIsFifo public property

Determines if channel B is in FIFO mode
public bool IFBIsFifo
return bool

IFBIsFifoTar public property

Determines if channel B is in FIFO target mode
public bool IFBIsFifoTar
return bool

PullDownEnable public property

Determines if IOs are pulled down when the device is in suspend
public bool PullDownEnable
return bool

SerNumEnable public property

Determines if the serial number is enabled
public bool SerNumEnable
return bool

USBVersion public property

The USB version number. Should be either 0x0110 (USB 1.1) or 0x0200 (USB 2.0)
public UInt16,System USBVersion
return System.UInt16

USBVersionEnable public property

Determines if the USB version number is enabled
public bool USBVersionEnable
return bool