C# Class FTD2XX_NET.FTDI.FT232B_EEPROM_STRUCTURE

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

Public Properties

Property Type Description
PullDownEnable bool
SerNumEnable bool
USBVersion System.UInt16
USBVersionEnable bool

Property Details

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