Class ConfigurationUpdateEvent

java.lang.Object
com.zebra.barcode.sdk.sms.ConfigurationUpdateEvent

public class ConfigurationUpdateEvent extends Object
Class to represent Configuration update events generated by API
  • Constructor Details

  • Method Details

    • getScannerInfo

      public DCSScannerInfo getScannerInfo()
      Get the scanner information that triggered the event
    • getEventType

      public DCSSDKDefs.DCSSDK_UC_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
    • getCurrentRecord

      public int getCurrentRecord()
      Get the record number currently downloading
    • getModelNumber

      public String getModelNumber()
      Get the model number of the scanner where the configuration record is being pushed to
    • getSerialNumber

      public String getSerialNumber()
      Get the serial number of the scanner where the configuration record is being pushed to