Get the address of the device on the bus it is connected to.
Declaration Syntax
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 )
Parameters
- deviceProfileHandle (MonoUsbProfileHandle)
- A device profile handle.
Return Value
The device address.
Remarks
Note:
Member documentation was originally generated using the Libusb-1.0 API documentation:
Device handling and enumeration