LaserSpecific constructor
const
LaserSpecific({
- ContinuousRead? continuousRead,
- int? beamTimer,
- LinearSecurityLevel? linearSecurityLevel,
- Inverse1DMode? inverse1DMode,
- PowerMode? powerMode,
- OneDQuietZoneLevel? oneDQuietZoneLevel,
- PoorQualityDecodeEffortLevel? poorQualityDecodeEffortLevel,
- AdaptiveScanning? adaptiveScanning,
- BeamWidth? beamWidth,
- AimType? aimType,
- int? aimTimer,
- int? sameSymbolTimeout,
- int? differentSymbolTimeout,
- CharacterSet? characterSetSelection,
- AutoCharacterSetFailureOption? autoCharacterSetFailureOption,
- List<
AutoCharacterSetPreference> ? autoCharacterSetPreferredOrder, - bool? disconnectOnExit,
- int? connectionIdleTime,
- 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,
});