public final class FTdeviceInfo extends Object
Represents a device returned by calling listDevices() method in SerialComFTDID2XX class.
| Constructor and Description |
|---|
FTdeviceInfo(String locId,
String serialNumber,
String description)
Construct and allocates a new FTdeviceInfo object with given details.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDeviceInfo()
Prints information about this FT device on console.
|
String |
getDescription()
Retrieves the description for this FT device.
|
long |
getLocId()
Retrieves the locId for this FT device.
|
String |
getSerialNumber()
Retrieves the serial number string for this FT device.
|
public long getLocId()
Retrieves the locId for this FT device.
NumberFormatException - if the locId hex string can not be converted into numerical
representation.public String getSerialNumber()
Retrieves the serial number string for this FT device.
public String getDescription()
Retrieves the description for this FT device.
public void dumpDeviceInfo()
Prints information about this FT device on console.
Copyright © 2016. All rights reserved.