Get the address of the device on the bus it is connected to.

C# | Visual Basic | Visual C++ |
public static byte GetDeviceAddress( MonoUsbProfileHandle deviceProfileHandle )
Public Shared Function GetDeviceAddress ( _ deviceProfileHandle As MonoUsbProfileHandle _ ) As Byte
public: static unsigned char GetDeviceAddress( [InAttribute] MonoUsbProfileHandle^ deviceProfileHandle )

- deviceProfileHandle (MonoUsbProfileHandle)
- A device profile handle.

The device address.

