ProductData
@Serializable
Manufacturer specified information about a device.
Constructors
Link copied to clipboard
constructor(modelId: ModelId, manufacturerName: String, productName: String, productArchetype: ProductArchetype, certified: Boolean, softwareVersion: VersionString, hardwarePlatformType: HardwarePlatformType? = null)
Properties
Link copied to clipboard
Hardware type; identified by Manufacturer code and ImageType.
Link copied to clipboard
Name of the device's manufacturer.
Link copied to clipboard
General archetype of the device, as specified by the manufacturer.
Link copied to clipboard
Name of the product.
Link copied to clipboard
Version of the software running on the device.