LaserSpecific constructor

const LaserSpecific({
  1. ContinuousRead? continuousRead,
  2. int? beamTimer,
  3. LinearSecurityLevel? linearSecurityLevel,
  4. Inverse1DMode? inverse1DMode,
  5. PowerMode? powerMode,
  6. OneDQuietZoneLevel? oneDQuietZoneLevel,
  7. PoorQualityDecodeEffortLevel? poorQualityDecodeEffortLevel,
  8. AdaptiveScanning? adaptiveScanning,
  9. BeamWidth? beamWidth,
  10. AimType? aimType,
  11. int? aimTimer,
  12. int? sameSymbolTimeout,
  13. int? differentSymbolTimeout,
  14. CharacterSet? characterSetSelection,
  15. AutoCharacterSetFailureOption? autoCharacterSetFailureOption,
  16. List<AutoCharacterSetPreference>? autoCharacterSetPreferredOrder,
  17. bool? disconnectOnExit,
  18. int? connectionIdleTime,
  19. PairAfterScannerReboot? pairAfterScannerReboot,
})

Implementation

const LaserSpecific({
  this.continuousRead,
  this.beamTimer,
  this.linearSecurityLevel,
  this.inverse1DMode,
  this.powerMode,
  this.oneDQuietZoneLevel,
  this.poorQualityDecodeEffortLevel,
  this.adaptiveScanning,
  this.beamWidth,
  this.aimType,
  this.aimTimer,
  this.sameSymbolTimeout,
  this.differentSymbolTimeout,
  this.characterSetSelection,
  this.autoCharacterSetFailureOption,
  this.autoCharacterSetPreferredOrder,
  this.disconnectOnExit,
  this.connectionIdleTime,
  this.pairAfterScannerReboot,
});