Class ScannerCtrl


  • public class ScannerCtrl
    extends java.lang.Object
    The type Scanner ctrl.
    • Constructor Summary

      Constructors 
      Constructor Description
      ScannerCtrl​(android.content.Context context)
      Instantiates a new Scanner ctrl.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      android.os.Bundle exportEaSeriesSettings​(java.lang.String filePath)
      Export ea series settings.
      android.os.Bundle exportSettings​(java.lang.String folderPath)
      Export settings.
      android.os.Bundle importEaSeriesSettings​(java.lang.String filePath)
      Import ea series settings.
      android.os.Bundle importSettings​(java.lang.String folderPath)
      Import settings.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScannerCtrl

        public ScannerCtrl​(android.content.Context context)
        Instantiates a new Scanner ctrl.
        Parameters:
        context - the context
    • Method Detail

      • importSettings

        public android.os.Bundle importSettings​(java.lang.String folderPath)
        Import settings.
        Parameters:
        folderPath - the folder path (String)
        Returns:
        A bundle contains the error code and message
        int erroeCode = bundle.getInt("errorCode"), (error:1, success=0)
        String errorMsg=bundle.getString("errorMsg");
      • exportSettings

        public android.os.Bundle exportSettings​(java.lang.String folderPath)
        Export settings.
        Parameters:
        folderPath - the folder path (String)
        Returns:
        A bundle contains the error code and message
        int erroeCode = bundle.getInt("errorCode"), (error:1, success=0)
        String errorMsg=bundle.getString("errorMsg");
      • importEaSeriesSettings

        public android.os.Bundle importEaSeriesSettings​(java.lang.String filePath)
        Import ea series settings.
        Parameters:
        filePath - the file path (String)
        Returns:
        A bundle contains the error code and message
        int erroeCode = bundle.getInt("errorCode"), (error:1, success=0)
        String errorMsg=bundle.getString("errorMsg");
      • exportEaSeriesSettings

        public android.os.Bundle exportEaSeriesSettings​(java.lang.String filePath)
        Export ea series settings.
        Parameters:
        filePath - the file path (String)
        Returns:
        A bundle contains the error code and message
        int erroeCode = bundle.getInt("errorCode"), (error:1, success=0)
        String errorMsg=bundle.getString("errorMsg");