PnpId

data class PnpId(val vendorIdSource: Int, val vendorId: Int, val productId: Int, val productVersion: Int)

PnP ID (0x2A50) — vendor, product, and version identifiers.

Constructors

Link copied to clipboard
constructor(vendorIdSource: Int, vendorId: Int, productId: Int, productVersion: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard