public final class FTeeprom4232H extends FTeepromHeader
Represents the C structure 'ft_eeprom_4232h' declared in ftd2xx.h header file.
| Constructor and Description |
|---|
FTeeprom4232H(int[] data)
Construct and allocates a new FTeeprom2232H object with given details.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getADriveCurrent()
Retrieves the value of ADriveCurrent variable (drive options) in ft_eeprom_4232h structure.
|
int |
getADriverType()
Retrieves the value of ADriverType variable (driver options) in ft_eeprom_4232h structure.
|
int[] |
getAllMembers()
Retrieves all the value defined for ft_eeprom_header and ft_eeprom_232h structures.
|
int |
getARIIsTXDEN()
Retrieves the value of ARIIsTXDEN variable (hardware options) in ft_eeprom_4232h structure.
|
int |
getASchmittInput()
Retrieves the value of ASchmittInput variable (drive options) in ft_eeprom_4232h structure.
|
int |
getASlowSlew()
Retrieves the value of ASlowSlew variable (drive options) in ft_eeprom_4232h structure.
|
int |
getBDriveCurrent()
Retrieves the value of BDriveCurrent variable (drive options) in ft_eeprom_4232h structure.
|
int |
getBDriverType()
Retrieves the value of BDriverType variable (driver options) in ft_eeprom_4232h structure.
|
int |
getBRIIsTXDEN()
Retrieves the value of BRIIsTXDEN variable (hardware options) in ft_eeprom_4232h structure.
|
int |
getBSchmittInput()
Retrieves the value of BSchmittInput variable (drive options) in ft_eeprom_4232h structure.
|
int |
getBSlowSlew()
Retrieves the value of BSlowSlew variable (drive options) in ft_eeprom_4232h structure.
|
int |
getCDriveCurrent()
Retrieves the value of CDriveCurrent variable (drive options) in ft_eeprom_4232h structure.
|
int |
getCDriverType()
Retrieves the value of CDriverType variable (driver options) in ft_eeprom_4232h structure.
|
int |
getCRIIsTXDEN()
Retrieves the value of CRIIsTXDEN variable (hardware options) in ft_eeprom_4232h structure.
|
int |
getCSchmittInput()
Retrieves the value of CSchmittInput variable (drive options) in ft_eeprom_4232h structure.
|
int |
getCSlowSlew()
Retrieves the value of CSlowSlew variable (drive options) in ft_eeprom_4232h structure.
|
int |
getDDriveCurrent()
Retrieves the value of DDriveCurrent variable (drive options) in ft_eeprom_4232h structure.
|
int |
getDDriverType()
Retrieves the value of DDriverType variable (driver options) in ft_eeprom_4232h structure.
|
int |
getDRIIsTXDEN()
Retrieves the value of DRIIsTXDEN variable (hardware options) in ft_eeprom_4232h structure.
|
int |
getDSchmittInput()
Retrieves the value of DSchmittInput variable (drive options) in ft_eeprom_4232h structure.
|
int |
getDSlowSlew()
Retrieves the value of DSlowSlew variable (drive options) in ft_eeprom_4232h structure.
|
getDeviceType, getMaxPower, getProductID, getPullDownEnable, getRemoteWakeup, getSelfPowered, getSerNumEnable, getVendorIDpublic FTeeprom4232H(int[] data)
Construct and allocates a new FTeeprom2232H object with given details.
The sequence of values must be defined in following order: deviceType, VendorId, ProductId, SerNumEnable, MaxPower, SelfPowered, RemoteWakeup, PullDownEnable, ASlowSlew, ASchmittInput, ADriveCurrent, BSlowSlew, BSchmittInput, BDriveCurrent, CSlowSlew, CSchmittInput, CDriveCurrent, DSlowSlew, DSchmittInput, DDriveCurrent, ARIIsTXDEN, BRIIsTXDEN, CRIIsTXDEN, DRIIsTXDEN, ADriverType, BDriverType, CDriverType, DDriverType respectively.
Values should be initialized when instantiating this object for writing purpose. For reading purpose there is no need to initialize.
If the class is instantiated for writing purpose, the size of data array must be 28 and each member (value at index) must be initialized to a valid value. Although all members are of 'int data type' but deviceType must be one of the constants FT_DEVICE_XXXX, VendorId and ProductId must use lower 16 bit only, rest all the members should be 8 bit value (upper 24 bits must be all 0).
data - array containing values of member variables for C structure.IllegalArgumentException - if data is null or its size is not 28.public int getASlowSlew()
Retrieves the value of ASlowSlew variable (drive options) in ft_eeprom_4232h structure.
public int getASchmittInput()
Retrieves the value of ASchmittInput variable (drive options) in ft_eeprom_4232h structure.
public int getADriveCurrent()
Retrieves the value of ADriveCurrent variable (drive options) in ft_eeprom_4232h structure.
public int getBSlowSlew()
Retrieves the value of BSlowSlew variable (drive options) in ft_eeprom_4232h structure.
public int getBSchmittInput()
Retrieves the value of BSchmittInput variable (drive options) in ft_eeprom_4232h structure.
public int getBDriveCurrent()
Retrieves the value of BDriveCurrent variable (drive options) in ft_eeprom_4232h structure.
public int getCSlowSlew()
Retrieves the value of CSlowSlew variable (drive options) in ft_eeprom_4232h structure.
public int getCSchmittInput()
Retrieves the value of CSchmittInput variable (drive options) in ft_eeprom_4232h structure.
public int getCDriveCurrent()
Retrieves the value of CDriveCurrent variable (drive options) in ft_eeprom_4232h structure.
public int getDSlowSlew()
Retrieves the value of DSlowSlew variable (drive options) in ft_eeprom_4232h structure.
public int getDSchmittInput()
Retrieves the value of DSchmittInput variable (drive options) in ft_eeprom_4232h structure.
public int getDDriveCurrent()
Retrieves the value of DDriveCurrent variable (drive options) in ft_eeprom_4232h structure.
public int getARIIsTXDEN()
Retrieves the value of ARIIsTXDEN variable (hardware options) in ft_eeprom_4232h structure.
public int getBRIIsTXDEN()
Retrieves the value of BRIIsTXDEN variable (hardware options) in ft_eeprom_4232h structure.
public int getCRIIsTXDEN()
Retrieves the value of CRIIsTXDEN variable (hardware options) in ft_eeprom_4232h structure.
public int getDRIIsTXDEN()
Retrieves the value of DRIIsTXDEN variable (hardware options) in ft_eeprom_4232h structure.
public int getADriverType()
Retrieves the value of ADriverType variable (driver options) in ft_eeprom_4232h structure.
public int getBDriverType()
Retrieves the value of BDriverType variable (driver options) in ft_eeprom_4232h structure.
public int getCDriverType()
Retrieves the value of CDriverType variable (driver options) in ft_eeprom_4232h structure.
public int getDDriverType()
Retrieves the value of DDriverType variable (driver options) in ft_eeprom_4232h structure.
public int[] getAllMembers()
Retrieves all the value defined for ft_eeprom_header and ft_eeprom_232h structures.
Copyright © 2016. All rights reserved.