SparkScan Feedback
Defined in namespace Scandit.DataCapture.Barcode.Spark.Feedback
- SparkScanFeedback
class SparkScanFeedback
Added in version 6.16.0
Determines what feedback (vibration, sound) should be emitted when scanning barcodes.
This class allows to configure the feedback that gets emitted when a barcode is read successfully through the Success property and erroneously through the Error property.
As of now, this class only allows to configure the feedback that gets emitted when a barcode is read successfully, through the Success property.
See documentation on the SparkScan.Feedback property for usage samples.
- DefaultFeedback
static SparkScanFeedback DefaultFeedback { get; }
Added in version 6.16.0
Returns a SparkScan feedback with default configuration:
default beep sound is loaded,
beeping for the success event is enabled,
vibration for the success event is enabled.