ScanningFailed

data class ScanningFailed(val errorCode: Int) : BLEServiceEvent

Represents an event indicating that scanning has failed.

Constructors

Link copied to clipboard
constructor(errorCode: Int)

Properties

Link copied to clipboard

The error code associated with the scanning failure.