ExternalFlashInfo

data class ExternalFlashInfo(val manufacturerId: String, val deviceId1: String, val deviceId2: String)

Represents detailed information about external flash memory

Constructors

Link copied to clipboard
constructor(manufacturerId: String, deviceId1: String, deviceId2: String)

Properties

Link copied to clipboard

Device id number 1 expressed as hex value

Link copied to clipboard

Device id number 2 expressed as hex value

Link copied to clipboard

Manufacturer id number expressed as hex value