Skip to content

FTDI.FT2232_EEPROM_STRUCTURE ​

EEPROM structure specific to FT2232 devices. Inherits from FT_EEPROM_DATA.

Kind: Class

Namespace: FTD2XX_NET

Inheritance: FT_EEPROM_DATA

Public Constructors

FTDI.FT2232_EEPROM_STRUCTURE()

Public Attributes

bool

PullDownEnable

Determines if IOs are pulled down when the device is in suspend

bool

SerNumEnable

Determines if the serial number is enabled

bool

USBVersionEnable

Determines if the USB version number is enabled

ushort

USBVersion

The USB version number. Should be either 0x0110 (USB 1.1) or 0x0200 (USB 2.0)

bool

AIsHighCurrent

Enables high current IOs on channel A

bool

BIsHighCurrent

Enables high current IOs on channel B

bool

IFAIsFifo

Determines if channel A is in FIFO mode

bool

IFAIsFifoTar

Determines if channel A is in FIFO target mode

bool

IFAIsFastSer

Determines if channel A is in fast serial mode

bool

AIsVCP

Determines if channel A loads the VCP driver

bool

IFBIsFifo

Determines if channel B is in FIFO mode

bool

IFBIsFifoTar

Determines if channel B is in FIFO target mode

bool

IFBIsFastSer

Determines if channel B is in fast serial mode

bool

BIsVCP

Determines if channel B loads the VCP driver