entities
library
Classes
-
BarcodeData
-
This class holds detailed information about a scanned barcode, including:
-
BatteryLevelStatus
-
Represents the battery status of a device, including various indicators
such as charging status, fault status, and battery percentage.
-
BleDiscoveredDevice
-
A class representing a BLE device discovered during scanning.
-
CommandData
-
Represents a command and its associated parameters for scanner settings.
-
CommandResponse
-
A class representing the response of a command sent to a device.
-
DeviceInfo
-
A class representing basic information about a BLE device.
This class holds the information fetched from a BLE device, such as
its MAC address, serial number, local name, and firmware version.
-
LEDColor
-
A class representing the RGB color values for the LED.
-
ScannerCommand
-
A class representing a scanner command, inheriting from
BaseCommand
.