IAutoScanTrigger Interface |
Namespace: Com.Datalogic.Device.Input
The IAutoScanTrigger type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentRange | Gets the currently set range between the ones supported. | |
| Id | Return the unique ID associated with the trigger. (Inherited from ITrigger.) | |
| IsAvailable | Checks if the trigger is available on the device. (Inherited from ITrigger.) | |
| IsEnabled | Checks if the trigger is enabled. (Inherited from ITrigger.) | |
| Name | Return the name associated with the trigger. (Inherited from ITrigger.) | |
| ScanCode | Return the unique scan code associated with the trigger. (Inherited from ITrigger.) | |
| SupportedRanges | Returns the list of supported ranges. |
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| SetCurrentRange | Sets the current range between the ones supported. | |
| SetEnabled | Enables or disables the trigger by specifying a boolean (Inherited from ITrigger.) |