LibUsbDotNet 2.2.8
GetDeviceAddress Method (deviceProfileHandle)
Library ReferenceMonoLibUsbMonoUsbApiGetDeviceAddress(MonoUsbProfileHandle)
LibUsbDotNet on SourceForge
Get the address of the device on the bus it is connected to.
Declaration Syntax
C#Visual BasicVisual 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

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)