Package com.zebra.scannercontrol
Class FirmwareUpdateEvent
java.lang.Object
com.zebra.scannercontrol.FirmwareUpdateEvent
Class to represent Firmware Update Event generated by API.
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the record number currently downloadingGet the event typeint
Get the maximum number of records available in the firmware updateGet the scanner information that triggered the eventGet the status of the eventint
Get the software component number downloading
-
Method Details
-
getScannerInfo
Get the scanner information that triggered the event -
getEventType
Get the event type -
getStatus
Get the status of the event -
getMaxRecords
public int getMaxRecords()Get the maximum number of records available in the firmware update -
getSwComponent
public int getSwComponent()Get the software component number downloading -
getCurrentRecord
public int getCurrentRecord()Get the record number currently downloading
-