Property | Type | Description | |
---|---|---|---|
ForceSetupApi | bool |
Method | Description | |
---|---|---|
Open ( UsbDevice &usbDevice ) : bool |
Opens the USB device for communucation.
|
|
this ( DevicePropertyType devicePropertyType ) : object |
Gets a property from the registry. See the DevicePropertyType enumeration for more information.
|
|
this ( SPDRP spdrp ) : object |
Gets a device property/key from the registry. See the SPDRP enumeration for more information.
|
|
this ( string name ) : object |
Gets a device property/key from the registry.
|
Method | Description | |
---|---|---|
GetAsGuid ( byte buffer, int len ) : System.Guid | ||
GetAsString ( byte buffer, int len ) : string | ||
GetAsStringArray ( byte buffer, int len ) : string[] | ||
GetAsStringInt32 ( byte buffer, int len ) : |
public abstract Open ( UsbDevice &usbDevice ) : bool | ||
usbDevice | UsbDevice | The newly created UsbDevice. |
return | bool |
public this ( DevicePropertyType devicePropertyType ) : object | ||
devicePropertyType | DevicePropertyType | The name of the property to retrieve. |
return | object |
public this ( SPDRP spdrp ) : object | ||
spdrp | SPDRP | The name of the property to retrieve. |
return | object |
public this ( string name ) : object | ||
name | string | The name of the property to retrieve. |
return | object |