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

Common EEPROM elements for all devices. Inherited to specific device type EEPROMs. More...

Inheritance diagram for DirectOutput.Cab.Out.FTDIChip.FTDI.FT_EEPROM_DATA:
DirectOutput.Cab.Out.FTDIChip.FTDI.FT2232_EEPROM_STRUCTURE DirectOutput.Cab.Out.FTDIChip.FTDI.FT2232H_EEPROM_STRUCTURE DirectOutput.Cab.Out.FTDIChip.FTDI.FT232B_EEPROM_STRUCTURE DirectOutput.Cab.Out.FTDIChip.FTDI.FT232H_EEPROM_STRUCTURE DirectOutput.Cab.Out.FTDIChip.FTDI.FT232R_EEPROM_STRUCTURE DirectOutput.Cab.Out.FTDIChip.FTDI.FT4232H_EEPROM_STRUCTURE DirectOutput.Cab.Out.FTDIChip.FTDI.FT_XSERIES_EEPROM_STRUCTURE

Public Attributes

UInt16 VendorID = 0x0403
 Vendor ID as supplied by the USB Implementers Forum More...
 
UInt16 ProductID = 0x6001
 Product ID More...
 
string Manufacturer = "FTDI"
 Manufacturer name string More...
 
string ManufacturerID = "FT"
 Manufacturer name abbreviation to be used as a prefix for automatically generated serial numbers More...
 
string Description = "USB-Serial Converter"
 Device description string More...
 
string SerialNumber = ""
 Device serial number string More...
 
UInt16 MaxPower = 0x0090
 Maximum power the device needs More...
 
bool SelfPowered = false
 Indicates if the device has its own power supply (self-powered) or gets power from the USB port (bus-powered) More...
 
bool RemoteWakeup = false
 Determines if the device can wake the host PC from suspend by toggling the RI line More...
 

Detailed Description

Common EEPROM elements for all devices. Inherited to specific device type EEPROMs.

Definition at line 1174 of file FTD2XX_NET.cs.

Member Data Documentation

string DirectOutput.Cab.Out.FTDIChip.FTDI.FT_EEPROM_DATA.Description = "USB-Serial Converter"

Device description string

Definition at line 1198 of file FTD2XX_NET.cs.

string DirectOutput.Cab.Out.FTDIChip.FTDI.FT_EEPROM_DATA.Manufacturer = "FTDI"

Manufacturer name string

Definition at line 1190 of file FTD2XX_NET.cs.

string DirectOutput.Cab.Out.FTDIChip.FTDI.FT_EEPROM_DATA.ManufacturerID = "FT"

Manufacturer name abbreviation to be used as a prefix for automatically generated serial numbers

Definition at line 1194 of file FTD2XX_NET.cs.

UInt16 DirectOutput.Cab.Out.FTDIChip.FTDI.FT_EEPROM_DATA.MaxPower = 0x0090

Maximum power the device needs

Definition at line 1206 of file FTD2XX_NET.cs.

UInt16 DirectOutput.Cab.Out.FTDIChip.FTDI.FT_EEPROM_DATA.ProductID = 0x6001

Product ID

Definition at line 1186 of file FTD2XX_NET.cs.

bool DirectOutput.Cab.Out.FTDIChip.FTDI.FT_EEPROM_DATA.RemoteWakeup = false

Determines if the device can wake the host PC from suspend by toggling the RI line

Definition at line 1215 of file FTD2XX_NET.cs.

bool DirectOutput.Cab.Out.FTDIChip.FTDI.FT_EEPROM_DATA.SelfPowered = false

Indicates if the device has its own power supply (self-powered) or gets power from the USB port (bus-powered)

Definition at line 1211 of file FTD2XX_NET.cs.

string DirectOutput.Cab.Out.FTDIChip.FTDI.FT_EEPROM_DATA.SerialNumber = ""

Device serial number string

Definition at line 1202 of file FTD2XX_NET.cs.

UInt16 DirectOutput.Cab.Out.FTDIChip.FTDI.FT_EEPROM_DATA.VendorID = 0x0403

Vendor ID as supplied by the USB Implementers Forum

Definition at line 1182 of file FTD2XX_NET.cs.


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