com.datalogic.device.input.Trigger |
Known Indirect Subclasses |
Interface representing a trigger associated by default with the scan action.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the unique ID associated with the trigger.
| |||||||||||
Return the name associated with the trigger.
| |||||||||||
Return the unique scan code associated with the trigger.
| |||||||||||
Checks if the trigger is available on the device.
| |||||||||||
Checks if the trigger is enabled.
| |||||||||||
Enables or disables the trigger by specifying a
boolean value. |
Return the unique ID associated with the trigger.
int
the trigger unique ID.
Return the name associated with the trigger.
int
the trigger name.
Return the unique scan code associated with the trigger.
int
the scan code.
Checks if the trigger is available on the device.
boolean
true in case the trigger is available, false otherwise or in case of failure.
Checks if the trigger is enabled.
boolean
true in case the trigger is enabled, false otherwise or in case of failure.
Enables or disables the trigger by specifying a boolean
value.
enabled | boolean that specifies whether or not the trigger will be enabled. |
---|
boolean
true in case of success, false otherwise.