Package com.zebra.barcode.sdk.sms
Class ConfigurationUpdateEvent
java.lang.Object
com.zebra.barcode.sdk.sms.ConfigurationUpdateEvent
Class to represent Configuration update events generated by API
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurationUpdateEvent
(DCSSDKDefs.DCSSDK_UC_EVENT_TYPE eventType, int maxRecords, int currentRecord, DCSSDKDefs.DCSSDK_RESULT status, String modelNumber, String serialNumber, DCSScannerInfo scannerInfo) -
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 model number of the scanner where the configuration record is being pushed toGet the scanner information that triggered the eventGet the serial number of the scanner where the configuration record is being pushed toGet the status of the event
-
Constructor Details
-
ConfigurationUpdateEvent
public ConfigurationUpdateEvent(DCSSDKDefs.DCSSDK_UC_EVENT_TYPE eventType, int maxRecords, int currentRecord, DCSSDKDefs.DCSSDK_RESULT status, String modelNumber, String serialNumber, DCSScannerInfo scannerInfo)
-
-
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 -
getCurrentRecord
public int getCurrentRecord()Get the record number currently downloading -
getModelNumber
Get the model number of the scanner where the configuration record is being pushed to -
getSerialNumber
Get the serial number of the scanner where the configuration record is being pushed to
-