Click or drag to resize

BarcodeManager Methods

The BarcodeManager type exposes the following members.

Methods
NameDescription
Public method AddDeinitListener
Registers a DeinitListener to be notified when a event of Scanner de-initiliazion is triggered.
Public method AddFrameCaptureListener
Registers a FrameCaptureListener to be notified when a frame capture event is triggered.
Public method AddFrameSaveListener
Registers a FrameSaveListener to be notified when a frame save event is triggered.
Public method AddInitListener
Registers a InitListener to be notified when a event of completed Scanner initialization is triggered.
Public method AddPresentationStateListener
Registers a PresentationStateListener to be notified when a presentation mode state change event is triggered.
Public method AddReadListener
Registers a ReadListener to be notified when a read event is triggered.
Public method AddStartListener
Registers a StartListener to be notified when a scan started event is triggered.
Public method AddStopListener
Registers a StopListener to be notified when a scan stopped event is triggered.
Public method AddTimeoutListener
Registers a TimeoutListener to be notified when a scan timeout event is triggered.
Public method CommitProperties
Saves the configuration.
Public method EnableAllSymbologies
Enables or disables all supported symbologies.
Public method EnableSymbology
Enables or disables a barcode symbology type.
Public method GetPropertyAvailability
Retrieves the availability, the support, for the passed programming parameters.
Public method GetPropertyInts
Gets one or more label programming parameters of type Integer.
Public method GetPropertyRanges
Gets one or more property ranges for the passed programming parameters.
Public method GetPropertyStrings
Gets one or more label programming parameters of type String.
Public method IsSymbologyEnabled
Returns current enable setting for a particular barcode symbology.
Public method IsSymbologySupported
Return true if the device's decoder is able to read a particular barcode symbology.
Public method PressTrigger
Call this method to simulate a trigger button pressure.
Public method Release
Removes and clears all the registered listeners, in case some application did not call removal methods.
Public method ReleaseTrigger
Call this method to simulate a release of a the trigger button.
Public method RemoveDeinitListener
Unregisters a DeinitListener associated with the decoder.
Public method RemoveFrameCaptureListener
Unregisters a FrameCaptureListener associated with the decoder.
Public method RemoveFrameSaveListener
Unregisters a FrameSaveListener associated with the decoder.
Public method RemoveInitListener
Unregisters a InitListener associated with the decoder.
Public method RemovePresentationStateListener
Unregisters a PresentationStateListener associated with the decoder.
Public method RemoveReadListener
Unregisters a ReadListener associated with the decoder.
Public method RemoveStartListener
Unregisters a StartListener associated with the decoder.
Public method RemoveStopListener
Unregisters a StopListener associated with the decoder.
Public method RemoveTimeoutListener
Unregisters a TimeoutListener associated with the decoder.
Public method SetDefaults
Set factory defaults for all barcode symbology types.
Public method SetPropertyInts
Sets one or more label programming parameters of type Integer.
Public method SetPropertyStrings
Sets one or more label programming parameters of type String.
Public method StartDecode
Call this method to start decoding.
Public method StartDecode
Call this method to start decoding.
Public method StopDecode
This stops any data acquisition currently in progress.
Top Top
See Also