On Device Result Listener
interface OnDeviceResultListener
Definition for a callback providing the command result, invoked after executing an asynchronous command on an IDeviceCompat instance.
Types
Link copied to clipboard
class DeviceResult(val status: CommandStatus, val measurements: Map<ScanMode, IMeasurementData>? = null)
Class representing a device response after an asynchronous command.
Functions
Link copied to clipboard
abstract fun onDeviceResult(status: CommandStatus, measurements: Map<ScanMode, IMeasurementData>? = null)
Called after an asynchronous command is completed