getInfo

abstract fun getInfo(deviceId: String): DeviceInfo

Retrieves detailed information about a connected Opticon BLE scanner.

Use this method to get stored information about the scanner specified by deviceId. You will receive details including the scanner's MAC address, serial number, local name, and firmware version.

Return

A DeviceInfo object containing detailed information about the scanner.

Parameters

deviceId

The unique identifier of the Opticon BLE scanner.