Gets the standard device descriptor.

C# | Visual Basic | Visual C++ |
public static int GetDeviceDescriptor( MonoUsbProfileHandle deviceProfileHandle, MonoUsbDeviceDescriptor deviceDescriptor )
Public Shared Function GetDeviceDescriptor ( _ deviceProfileHandle As MonoUsbProfileHandle, _ <OutAttribute> deviceDescriptor As MonoUsbDeviceDescriptor _ ) As Integer
public: static int GetDeviceDescriptor( [InAttribute] MonoUsbProfileHandle^ deviceProfileHandle, [OutAttribute] MonoUsbDeviceDescriptor^ deviceDescriptor )

- deviceProfileHandle (MonoUsbProfileHandle)
- A device profile handle.
- deviceDescriptor (MonoUsbDeviceDescriptor)
- The MonoUsbDeviceDescriptor clas that will hold the data.

0 on success or a MonoUsbError code on failure.


