Skip to content

FTDI.FT232B_EEPROM_STRUCTURE ​

EEPROM structure specific to FT232B and FT245B devices. Inherits from FT_EEPROM_DATA.

Kind: Class

Namespace: FTD2XX_NET

Inheritance: FT_EEPROM_DATA

Public Constructors

FTDI.FT232B_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)