kmp-ble
Toggle table of contents
v0.3.7
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-ble
kmp-ble-profiles
/
com.atruedev.kmpble.profiles.deviceinfo
/
PnpId
Pnp
Id
data
class
PnpId
(
val
vendorIdSource
:
Int
,
val
vendorId
:
Int
,
val
productId
:
Int
,
val
productVersion
:
Int
)
PnP ID (0x2A50) — vendor, product, and version identifiers.
Members
Constructors
Pnp
Id
Link copied to clipboard
constructor
(
vendorIdSource
:
Int
,
vendorId
:
Int
,
productId
:
Int
,
productVersion
:
Int
)
Properties
product
Id
Link copied to clipboard
val
productId
:
Int
product
Version
Link copied to clipboard
val
productVersion
:
Int
vendor
Id
Link copied to clipboard
val
vendorId
:
Int
vendor
Id
Source
Link copied to clipboard
val
vendorIdSource
:
Int