Package com.zebra.barcode.sdk
Class FirmwareUpdateData
java.lang.Object
com.zebra.barcode.sdk.FirmwareUpdateData
Represent Firmware update data
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Firmware update event typestatic enum
These constants are defined to represent result codes that can be returned by SDK API functions. -
Method Summary
Modifier and TypeMethodDescriptionint
Get scanner firmware current recordGet scanner firmware update event typeint
Get scanner Maximum records countint
Get scanner firmware Software componentGet scanner firmware update status
-
Method Details
-
getEventType
Get scanner firmware update event type- Returns:
- Event type
-
getMaxRecords
public int getMaxRecords()Get scanner Maximum records count- Returns:
- Maximum records count
-
getSoftwareComponent
public int getSoftwareComponent()Get scanner firmware Software component- Returns:
- Software component
-
getCurrentRecord
public int getCurrentRecord()Get scanner firmware current record- Returns:
- Current record number
-
getStatus
Get scanner firmware update status- Returns:
- Firmware update status
-