OnDeviceResultListener

public 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
public final class DeviceResult

Class representing a device response after an asynchronous command.

Functions

Link copied to clipboard
public abstract Unit onDeviceResult(CommandStatus status, Map<ScanMode, IMeasurementData> measurements)

Called after an asynchronous command is completed