Package com.creditcall.chipdnamobile
Class FirmwareUpdateStatus
java.lang.Object
com.creditcall.chipdnamobile.FirmwareUpdateStatus
Represents the status of a firmware or application update.
On standard devices this contains PIN pad firmware update details.
On SmartPOS devices this is also used for application updates, in which case
getFilesRequiringUpdate() will return an empty list.
Use ChipDnaMobileSerializer.deserializeFirmwareUpdateStatus(String) to deserialize from XML.-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getDateTimeFormat
- Returns:
- The format for timestamps used.
-
getDaysUntilFirmwareUpdateRequired
- Returns:
- The number of days until a firmware update must take place.
-
getRequiredFirmwareUpdateTime
- Returns:
- The time and date when a firmware update is required.
-
getFilesRequiringUpdate
- Returns:
- List of firmware files requiring to be updated.
-