BarcodeManager Methods |
The BarcodeManager type exposes the following members.
Name | Description | |
---|---|---|
AddDeinitListener | Registers a IDeinitListener | |
AddFrameCaptureListener | Registers a IFrameCaptureListener | |
AddFrameSaveListener | Registers a IFrameSaveListener | |
AddInitListener | Registers a IInitListener | |
AddPresentationStateListener | Registers a IPresentationStateListener | |
AddReadListener | Registers a IReadListener to be notified when a read event is triggered. " | |
AddStartListener | Registers a IStartListener to be notified when a scan started event is triggered. | |
AddStopListener | 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. | |
AddTimeoutListener | Registers a ITimeoutListener | |
CommitProperties | Saves the configuration. | |
EnableAllSymbologies | Enables or disables all supported symbologies. | |
EnableSymbology | Enables or disables a barcode symbology type. | |
GetPropertyAvailability | Retrieves the availability, the support, for the passed programming parameters. | |
GetPropertyInts | Gets one or more label programming parameters of type Integer. | |
GetPropertyRanges | Gets one or more property ranges for the passed programming parameters. | |
GetPropertyStrings | Gets one or more label programming parameters of type String. | |
IsSymbologyEnabled | Returns current enable setting for a particular barcode symbology. | |
IsSymbologySupported | Return true if the device's decoder is able to read a particular barcode
symbology. | |
PressTrigger | Call this method to simulate a trigger button pressure. | |
Release | Removes and clears all the registered listeners, in case some application
did not call removal methods. | |
ReleaseTrigger | Call this method to simulate a release of a the trigger button. | |
RemoveDeinitListener | Unregisters a IDeinitListener | |
RemoveFrameCaptureListener | Unregisters a IFrameCaptureListener | |
RemoveFrameSaveListener | Unregisters a IFrameSaveListener | |
RemoveInitListener | Unregisters a IInitListener | |
RemovePresentationStateListener | Unregisters a IPresentationStateListener | |
RemoveReadListener | Unregisters a IReadListener associated with the decoder. | |
RemoveStartListener | Unregisters a IStartListener associated with the decoder. | |
RemoveStopListener | Unregisters a IStopListener associated with the decoder. | |
RemoveTimeoutListener | Unregisters a ITimeoutListener associated with the decoder. | |
SetDefaults | Set factory defaults for all barcode symbology types. | |
SetPropertyInts | Sets one or more label programming parameters of type Integer. | |
SetPropertyStrings | Sets one or more label programming parameters of type String. | |
StartDecode | Call this method to start decoding. | |
StartDecode(Int32) | Call this method to start decoding. | |
StopDecode | This stops any data acquisition currently in progress. |