Skip to content

Index

connect-sdk / de.proglove.sdk.scanner

Package de.proglove.sdk.scanner

Types

Name Summary
BarcodeScanResults Represents all (available) data for a symbology scan.data class BarcodeScanResults
ImageResolution enum class ImageResolution
IPgFeedbackCallback interface IPgFeedbackCallback :IPgErrorCallback
IPgImageCallback interface IPgImageCallback :IPgErrorCallback
IPgScannerConfigCallback interface IPgScannerConfigCallback :IPgErrorCallback
IScannerManager Main implementation interface to use the ProGlove MARK2 Scanner. Check the Project Readme for a general introductioninterface ~~IScannerManager~~
IScannerOutput interface IScannerOutput
PgImage An image as it's returned from our Scannersdata class PgImage
PgImageConfig Contains configuration parameters for an imagedata class PgImageConfig :IPgCommandData<PgImageConfig>
PgPredefinedFeedback Some predefined FeedbackSequences that can be triggered on the Markenum class PgPredefinedFeedback :IPgCommandData<PgPredefinedFeedback>
PgScannerConfig Containing possible configurations for the connected scanning device. To change the configuration of the scanning device, set all the desired fields here and pass this object to de.proglove.sdk.IPgManager.setScannerConfig.data class PgScannerConfig
ScannerManager ScannerManager is no longer supported. All calls are relayed to an instance of PgManager with default parameters. This class is only maintained for backwards-compatibility and will be removed in a future update.class ~~ScannerManager~~ :IScannerManager