GetDeviceAddress Method (deviceProfileHandle)
From LibUsbDotNet
|
LibUsbDotNet 2.2.8
GetDeviceAddress Method (deviceProfileHandle)
Library Reference ► MonoLibUsb ► MonoUsbApi ► GetDeviceAddress(MonoUsbProfileHandle)
|
|
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.