BleConnectionException

class BleConnectionException(val deviceId: String, attempts: Int, cause: Throwable? = null) : RuntimeException

Thrown when the SDK cannot establish a BLE connection to the requested scanner.

Constructors

Link copied to clipboard
constructor(deviceId: String, attempts: Int, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard