 | UsbDeviceGetMyStringCallback Delegate |
Represents a callback function used to get the string returned
by the
ToString method on
UsbDevice.
Namespace:
WinUsbNet
Assembly:
WinUsbNet (in WinUsbNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic delegate string GetMyStringCallback(
UsbDevice dev
)
Public Delegate Function GetMyStringCallback (
dev As UsbDevice
) As String
public delegate String^ GetMyStringCallback(
UsbDevice^ dev
)
Parameters
- dev
- Type: WinUsbNetUsbDevice
The UsbDevice object on which
the ToString method is
being called.
Return Value
Type:
StringThe string to be returned by ToString.
See Also