public class FT_EEPROM extends Object
Modifier and Type | Field and Description |
---|---|
short |
DeviceType
Hardware Option - Invert RTS Signal
|
String |
Manufacturer
String Descriptor - Manufacturer String
|
short |
MaxPower
Config Descriptor - Max USB Power
Value between 0 and 500
|
String |
Product
String Descriptor - Product String
|
short |
ProductId
Device Descriptor - Product ID
|
boolean |
PullDownEnable
Hardware Option - Pull Down In Suspend Enabled
|
boolean |
RemoteWakeup
String Descriptor - Remote Wakeup Enabled
|
boolean |
SelfPowered
Config Descriptor - Self Powered Mode
|
String |
SerialNumber
String Descriptor - Serial Number String
|
boolean |
SerNumEnable
Device Descriptor - Serial Number Enabled
|
short |
VendorId
Device Descriptor - Vendor ID
|
Constructor and Description |
---|
FT_EEPROM() |
public short DeviceType
public String Manufacturer
public String Product
public String SerialNumber
public short VendorId
public short ProductId
public boolean SerNumEnable
public short MaxPower
public boolean SelfPowered
public boolean RemoteWakeup
public boolean PullDownEnable