getDiagnosticData

abstract suspend fun getDiagnosticData(type: BootloaderDiagnosticData.DiagnosticType, updateProgress: suspend (progress: Progress) -> Unit = {}): BootloaderDiagnosticData

Return

diagnostic data of the device

Parameters

type

of the diagnostic data to be retrieved

updateProgress

of the operation