Scanner Command
constructor(code: String, parameters: List<String> = emptyList(), sendFeedback: Boolean = true, ledFeedback: Boolean? = null, buzzerFeedback: Boolean? = null, vibrationFeedback: Boolean? = null)
Parameters
code
The command code to be sent to the scanner.
parameters
Optional parameters to be included with the command.
send Feedback
A flag to indicate if feedback should be sent.
led Feedback
A flag to indicate if LED feedback is enabled. Defaults to the global setting if null
.
buzzer Feedback
A flag to indicate if buzzer feedback is enabled. Defaults to the global setting if null
.
vibration Feedback
A flag to indicate if vibration feedback is enabled. Defaults to the global setting if null
.