Click or drag to resize

BarcodeManager Methods

The BarcodeManager type exposes the following members.

Methods
  NameDescription
Public methodAddDeinitListener
Registers a IDeinitListener
Public methodAddFrameCaptureListener
Public methodAddFrameSaveListener
Registers a IFrameSaveListener
Public methodAddInitListener
Registers a IInitListener
Public methodAddPresentationStateListener
Public methodAddReadListener

Registers a IReadListener to be notified when a read event is triggered. "

Public methodAddStartListener
Registers a IStartListener to be notified when a scan started event is triggered.
Public methodAddStopListener
Registers a IStopListener to be notified when a scan stopped event is triggered. Call RemoveStopListener(IStopListener) before the application closes to properly shut down the listener.
Public methodAddTimeoutListener
Registers a ITimeoutListener
Public methodCommitProperties
Saves the configuration.
Public methodEnableAllSymbologies
Enables or disables all supported symbologies.
Public methodEnableSymbology
Enables or disables a barcode symbology type.
Public methodGetPropertyAvailability
Retrieves the availability, the support, for the passed programming parameters.
Public methodGetPropertyInts
Gets one or more label programming parameters of type Integer.
Public methodGetPropertyRanges
Gets one or more property ranges for the passed programming parameters.
Public methodGetPropertyStrings
Gets one or more label programming parameters of type String.
Public methodIsSymbologyEnabled
Returns current enable setting for a particular barcode symbology.
Public methodIsSymbologySupported
Return true if the device's decoder is able to read a particular barcode symbology.
Public methodPressTrigger
Call this method to simulate a trigger button pressure.
Public methodRelease
Removes and clears all the registered listeners, in case some application did not call removal methods.
Public methodReleaseTrigger
Call this method to simulate a release of a the trigger button.
Public methodRemoveDeinitListener
Unregisters a IDeinitListener
Public methodRemoveFrameCaptureListener
Unregisters a IFrameCaptureListener
Public methodRemoveFrameSaveListener
Unregisters a IFrameSaveListener
Public methodRemoveInitListener
Unregisters a IInitListener
Public methodRemovePresentationStateListener
Public methodRemoveReadListener
Unregisters a IReadListener associated with the decoder.
Public methodRemoveStartListener
Unregisters a IStartListener associated with the decoder.
Public methodRemoveStopListener
Unregisters a IStopListener associated with the decoder.
Public methodRemoveTimeoutListener
Unregisters a ITimeoutListener associated with the decoder.
Public methodSetDefaults
Set factory defaults for all barcode symbology types.
Public methodSetPropertyInts
Sets one or more label programming parameters of type Integer.
Public methodSetPropertyStrings
Sets one or more label programming parameters of type String.
Public methodStartDecode
Call this method to start decoding.
Public methodStartDecode(Int32)
Call this method to start decoding.
Public methodStopDecode
This stops any data acquisition currently in progress.
Top
See Also