UsbInterfaceDescriptor.Parse(UsbDescriptor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parses the specified USB descriptor and returns alternate setting information in a UsbInterfaceDescriptor object.
public:
static UsbInterfaceDescriptor ^ Parse(UsbDescriptor ^ descriptor);
static UsbInterfaceDescriptor Parse(UsbDescriptor const& descriptor);
public static UsbInterfaceDescriptor Parse(UsbDescriptor descriptor);
function parse(descriptor)
Public Shared Function Parse (descriptor As UsbDescriptor) As UsbInterfaceDescriptor
Parameters
- descriptor
- UsbDescriptor
A UsbDescriptor object that contains the USB interface descriptor.
Returns
A UsbInterfaceDescriptor object describes the alternate setting.