A UgiFirmwareUpdateInfo object contains information about a single firmware update available via an update channel.
Public Member Functions | |
String | getName () |
The name of the update. More... | |
String | getHfName () |
The name of the HF update. More... | |
int | getProtocol () |
The protocol of the update. More... | |
String | getNotes () |
Notes for the update. More... | |
Ugi.CompatibilityValues | getCompatibilityValue () |
The compatibility of the update. More... | |
int | getSoftwareVersionMajor () |
The software version of the update (major) More... | |
int | getSoftwareVersionMinor () |
The software version of the update (minor) More... | |
int | getSoftwareVersionBuild () |
The software version of the update (build) More... | |
Date | getSofwareVersionDate () |
The date of the update. More... | |
int | getHfVersionMajor () |
The software version of the HF update (major) More... | |
int | getHfVersionMinor () |
The software version of the HF update (minor) More... | |
int | getHfVersionBuild () |
The software version of the HF update (build) More... | |
Date | getHfVersionDate () |
The date of the update. More... | |
boolean | hasReaderSerialNumbers () |
See if the update has serial numbers. More... | |
String | toString () |
Get a description of the tag, generally for debugging. More... | |
String com.ugrokit.api.UgiFirmwareUpdateInfo.getName | ( | ) |
The name of the update.
String com.ugrokit.api.UgiFirmwareUpdateInfo.getHfName | ( | ) |
The name of the HF update.
int com.ugrokit.api.UgiFirmwareUpdateInfo.getProtocol | ( | ) |
The protocol of the update.
String com.ugrokit.api.UgiFirmwareUpdateInfo.getNotes | ( | ) |
Notes for the update.
Ugi.CompatibilityValues com.ugrokit.api.UgiFirmwareUpdateInfo.getCompatibilityValue | ( | ) |
The compatibility of the update.
int com.ugrokit.api.UgiFirmwareUpdateInfo.getSoftwareVersionMajor | ( | ) |
The software version of the update (major)
int com.ugrokit.api.UgiFirmwareUpdateInfo.getSoftwareVersionMinor | ( | ) |
The software version of the update (minor)
int com.ugrokit.api.UgiFirmwareUpdateInfo.getSoftwareVersionBuild | ( | ) |
The software version of the update (build)
Date com.ugrokit.api.UgiFirmwareUpdateInfo.getSofwareVersionDate | ( | ) |
The date of the update.
int com.ugrokit.api.UgiFirmwareUpdateInfo.getHfVersionMajor | ( | ) |
The software version of the HF update (major)
int com.ugrokit.api.UgiFirmwareUpdateInfo.getHfVersionMinor | ( | ) |
The software version of the HF update (minor)
int com.ugrokit.api.UgiFirmwareUpdateInfo.getHfVersionBuild | ( | ) |
The software version of the HF update (build)
Date com.ugrokit.api.UgiFirmwareUpdateInfo.getHfVersionDate | ( | ) |
The date of the update.
boolean com.ugrokit.api.UgiFirmwareUpdateInfo.hasReaderSerialNumbers | ( | ) |
See if the update has serial numbers.
String com.ugrokit.api.UgiFirmwareUpdateInfo.toString | ( | ) |
Get a description of the tag, generally for debugging.