public class FirmwareUpdateEvent
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getCurrentRecord()
Get the record number currently downloading
|
DCSSDKDefs.DCSSDK_FU_EVENT_TYPE |
getEventType()
Get the event type
|
int |
getMaxRecords()
Get the maximum number of records available in the firmware update
|
DCSScannerInfo |
getScannerInfo()
Get the scanner information that triggered the event
|
DCSSDKDefs.DCSSDK_RESULT |
getStatus()
Get the status of the event
|
int |
getSwComponent()
Get the software component number downloading
|
public DCSScannerInfo getScannerInfo()
public DCSSDKDefs.DCSSDK_FU_EVENT_TYPE getEventType()
public DCSSDKDefs.DCSSDK_RESULT getStatus()
public int getMaxRecords()
public int getSwComponent()
public int getCurrentRecord()