IMotionTrigger Interface |
Namespace: Com.Datalogic.Device.Input
The IMotionTrigger type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentSensitivity | Gets the currently set sensitivity 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.) | |
| SupportedSensitivities | Returns the list of supported sensitivities. | |
| VibrationEnabled | Checks if the vibration during motion is enabled. |
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| SetCurrentSensitivity | Sets the current sensitivity between the ones supported. | |
| SetEnabled | Enables or disables the trigger by specifying a boolean (Inherited from ITrigger.) |