Package com.zebra.scannercontrol
Class FirmwareUpdateEvent
- java.lang.Object
-
- com.zebra.scannercontrol.FirmwareUpdateEvent
-
public class FirmwareUpdateEvent extends java.lang.Object
Class to represent Firmware Update Event generated by API.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCurrentRecord()
Get the record number currently downloadingDCSSDKDefs.DCSSDK_FU_EVENT_TYPE
getEventType()
Get the event typeint
getMaxRecords()
Get the maximum number of records available in the firmware updateDCSScannerInfo
getScannerInfo()
Get the scanner information that triggered the eventDCSSDKDefs.DCSSDK_RESULT
getStatus()
Get the status of the eventint
getSwComponent()
Get the software component number downloading
-
-
-
Method Detail
-
getScannerInfo
public DCSScannerInfo getScannerInfo()
Get the scanner information that triggered the event
-
getEventType
public DCSSDKDefs.DCSSDK_FU_EVENT_TYPE getEventType()
Get the event type
-
getStatus
public DCSSDKDefs.DCSSDK_RESULT 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
-
-