ImagerSpecific class
Parameters specific to imager-type scanners.
Constructors
-
ImagerSpecific({PresentationModeParams? presentationModeParams, ContinuousRead? continuousRead, int? beamTimer, LinearSecurityLevel? linearSecurityLevel, PickList? pickList, PicklistEx? picklistEx, LcdMode? lcdMode, Inverse1DMode? inverse1DMode, int? illuminationBrightness, bool? disconnectOnExit, int? connectionIdleTime, IlluminationMode? illuminationMode, AimingPattern? aimingPattern, OneDQuietZoneLevel? oneDQuietZoneLevel, PoorQualityDecodeEffortLevel? poorQualityDecodeEffortLevel, AimType? aimType, int? aimTimer, int? sameSymbolTimeout, int? differentSymbolTimeout, PairAfterScannerReboot? pairAfterScannerReboot, ScanMode? scanMode, bool? digimarcDecoding, CharacterSet? characterSetSelection, AutoCharacterSetFailureOption? autoCharacterSetFailureOption, List<
AutoCharacterSetPreference> ? autoCharacterSetPreferredOrder, SceneDetectionQualifier? sceneDetectionQualifier, DpmModes? dpmMode, DpmIlluminationControl? dpmIlluminationControl}) -
const
-
ImagerSpecific.fromMap(Map<
String, dynamic> map) -
factory
Properties
- aimingPattern → AimingPattern?
-
Aiming pattern mode.
final
- aimTimer → int?
-
Duration (ms) of the aiming beam before scanning.
final
- aimType → AimType?
-
Aim type for triggering.
final
- autoCharacterSetFailureOption → AutoCharacterSetFailureOption?
-
Failure option for auto character set detection.
final
-
autoCharacterSetPreferredOrder
→ List<
AutoCharacterSetPreference> ? -
Preferred character set ordering for auto detection.
final
- beamTimer → int?
-
Beam timer (ms); how long the scanner stays on after trigger.
final
- characterSetSelection → CharacterSet?
-
Character set selection for decoded data.
final
- connectionIdleTime → int?
-
Idle timeout (seconds) before disconnecting.
final
- continuousRead → ContinuousRead?
-
Continuous read parameters.
final
- differentSymbolTimeout → int?
-
Timeout (ms) for different-symbol re-read.
final
- digimarcDecoding → bool?
-
Whether Digimarc decoding is enabled.
final
- disconnectOnExit → bool?
-
Whether to disconnect scanner on application exit.
final
- dpmIlluminationControl → DpmIlluminationControl?
-
DPM illumination control.
final
- dpmMode → DpmModes?
-
DPM (Direct Part Mark) mode.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- illuminationBrightness → int?
-
Illumination brightness level (0–10).
final
- illuminationMode → IlluminationMode?
-
Illumination mode (LED on/off).
final
- inverse1DMode → Inverse1DMode?
-
Inverse 1D barcode decoding mode.
final
- lcdMode → LcdMode?
-
LCD mode for reflective displays.
final
- linearSecurityLevel → LinearSecurityLevel?
-
Linear security level.
final
- oneDQuietZoneLevel → OneDQuietZoneLevel?
-
1D quiet zone tolerance level.
final
- pairAfterScannerReboot → PairAfterScannerReboot?
-
Whether to re-pair after scanner reboot.
final
- pickList → PickList?
-
Picklist mode setting.
final
- picklistEx → PicklistEx?
-
Extended picklist mode setting.
final
- poorQualityDecodeEffortLevel → PoorQualityDecodeEffortLevel?
-
Effort level for decoding poor-quality barcodes.
final
- presentationModeParams → PresentationModeParams?
-
Presentation mode parameters.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sameSymbolTimeout → int?
-
Timeout (ms) for same-symbol re-read.
final
- scanMode → ScanMode?
-
Scan mode (single, UDI, multi-barcode).
final
- sceneDetectionQualifier → SceneDetectionQualifier?
-
Scene detection qualifier for smarter triggering.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited