interface IAction
Interface for Actions that can be performed after a scan
success |
abstract var success: Boolean |
performAction |
abstract fun performAction(): Task<Boolean> |
ActionPackage |
This class holds actions that a belong to a single barcode scan If one action fails with an Exception all further actions are not executed class ActionPackage : IAction |
HIDAction |
Action that sends the HS 50 a request to send the given Char as a HID Input class HIDAction : IAction |
InputAction |
Action that inputs text in the currently focused Field class InputAction : IAction |
SelectFieldAction |
Action that selects the next field (with offset) or a field with a given id class SelectFieldAction : IAction |