OnScanStopped

data class OnScanStopped(val measurementUUID: String) : ScanEvent

Event returned when the scan was stopped whether it was manually or through a timeout.

Parameters

measurementUUID

UUID of the scan

Constructors

Link copied to clipboard
constructor(measurementUUID: String)

Properties

Link copied to clipboard
open override val measurementUUID: String