UsbDescriptor.DescriptorType Property

Definition

Gets the type of descriptor.

public:
 property byte DescriptorType { byte get(); };
byte DescriptorType();
public byte DescriptorType { get; }
var byte = usbDescriptor.descriptorType;
Public ReadOnly Property DescriptorType As Byte

Property Value

Byte

byte

The type of descriptor.

Applies to