Method | Description | |
---|---|---|
Close ( ) : void |
Closes the internal MonoUsbProfileHandle.
|
|
Equals ( |
Compares a MonoUsbProfile with this one.
|
|
Equals ( object obj ) : bool |
Determines whether the specified T:System.Object is equal to the current T:System.Object.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
|
OpenDeviceHandle ( ) : MonoUsbDeviceHandle |
Convenience function to open the device handle this profile handle represents.
|
|
operator ( ) : bool |
MonoUsbProfile types are considered equal they have the same BusNumber and DeviceAddress. |
Method | Description | |
---|---|---|
GetDeviceDescriptor ( |
||
MonoUsbProfile ( |
public Equals ( |
||
other | The other |
|
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public OpenDeviceHandle ( ) : MonoUsbDeviceHandle | ||
return | MonoUsbDeviceHandle |