UpdateStatusRecord

data class UpdateStatusRecord(val updateType: Int, val requester: Int, val timestamp: Long, val status: Int, val errorCounter: Int, val error: Int, val extraFlags: Int, val extensionData: Int) : BootloaderDiagnosticData

Constructors

Link copied to clipboard
constructor(updateType: Int, requester: Int, timestamp: Long, status: Int, errorCounter: Int, error: Int, extraFlags: Int, extensionData: Int)

Properties

Link copied to clipboard
val error: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard