public class DongleVersionInfo extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
Integer |
applicationBuild
The build number of the UBI app on the dongle.
|
Integer |
applicationMajorVersion
The major version of the UBI app on the dongle.
|
Integer |
applicationMinorVersion
The minor version of the UBI app on the dongle.
|
Integer |
hardwareVersion
The dongle's hardware version.
|
Integer |
loaderBuild
The build number of the loader on the dongle.
|
Integer |
loaderMajorVersion
The major version of the loader on the dongle.
|
Integer |
loaderMinorVersion
The minor version of the loader on the dongle.
|
Constructor and Description |
---|
DongleVersionInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getReadableApplicationVersion()
Returns a readable representation of the versions of the UBI app on the dongle.
|
public volatile Integer hardwareVersion
public volatile Integer loaderMajorVersion
public volatile Integer loaderMinorVersion
public volatile Integer loaderBuild
public volatile Integer applicationMajorVersion
public volatile Integer applicationMinorVersion
public volatile Integer applicationBuild
public String getReadableApplicationVersion()