get Diagnostic Data
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
update Progress
of the operation