Package com.zebra.scannercontrol
Class FirmwareUpdateEvent
- java.lang.Object
-
- com.zebra.scannercontrol.FirmwareUpdateEvent
-
public class FirmwareUpdateEvent extends java.lang.ObjectClass to represent Firmware Update Event generated by API.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCurrentRecord()Get the record number currently downloadingDCSSDKDefs.DCSSDK_FU_EVENT_TYPEgetEventType()Get the event typeintgetMaxRecords()Get the maximum number of records available in the firmware updateDCSScannerInfogetScannerInfo()Get the scanner information that triggered the eventDCSSDKDefs.DCSSDK_RESULTgetStatus()Get the status of the eventintgetSwComponent()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
-
-