Click or drag to resize

IAutoScanTrigger Interface

Namespace:  Com.Datalogic.Device.Input
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IAutoScanTrigger : ITrigger, 
	IJavaObject, IDisposable, IJavaPeerable

The IAutoScanTrigger type exposes the following members.

Properties
  NameDescription
Public propertyCurrentRange
Gets the currently set range between the ones supported.
Public propertyId
Return the unique ID associated with the trigger.
(Inherited from ITrigger.)
Public propertyIsAvailable
Checks if the trigger is available on the device.
(Inherited from ITrigger.)
Public propertyIsEnabled
Checks if the trigger is enabled.
(Inherited from ITrigger.)
Public propertyName
Return the name associated with the trigger.
(Inherited from ITrigger.)
Public propertyScanCode
Return the unique scan code associated with the trigger.
(Inherited from ITrigger.)
Public propertySupportedRanges
Returns the list of supported ranges.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodSetCurrentRange
Sets the current range between the ones supported.
Public methodSetEnabled
Enables or disables the trigger by specifying a boolean
(Inherited from ITrigger.)
Top
Remarks
Interface representing a trigger that automatically executes a specific action (scan by default) when entering a defined range.

[Android Documentation]

See Also