DescriptorTrait.DeviceTypeStruct

class DescriptorTrait.DeviceTypeStruct


An object describing endpoint conformance to a release of a device type definition.

Summary

Public constructors

DeviceTypeStruct(deviceType: UInt, revision: UShort)

Creates the DeviceTypeStruct class.

Public properties

UInt

The device type definition.

UShort

The implemented revision of the device type definition.

Public constructors

DeviceTypeStruct

DeviceTypeStruct(deviceType: UInt, revision: UShort)

Creates the DeviceTypeStruct class.

Public properties

deviceType

val deviceTypeUInt

The device type definition.

revision

val revisionUShort

The implemented revision of the device type definition.