Scanner Command
Class representing a specific scanner command, inheriting from BaseCommand.
This class is used to create specific scanner commands with optional parameters and feedback settings for LED, buzzer, and vibration. If the feedback parameters are null and sendFeedback is true, global ScannerFeedback settings from the OptiConnect instance will be used.
Parameters
The command code to be sent to the scanner.
Optional parameters to be included with the command.
A flag to indicate if feedback should be sent.
A flag to indicate if LED feedback is enabled. Defaults to the global setting if null
.
A flag to indicate if buzzer feedback is enabled. Defaults to the global setting if null
.
A flag to indicate if vibration feedback is enabled. Defaults to the global setting if null
.
Constructors
Properties
A flag to indicate if buzzer feedback is enabled.
A flag to indicate if LED feedback is enabled.
Optional parameters to be included with the command.
A flag to indicate if feedback should be sent.
A flag to indicate if vibration feedback is enabled.