Datalogic .NET SDK
SetUsbFnDriver (Method)
Syntax
public static bool SetUsbFnDriver(Datalogic.API.Device.UsbClass newDriver);
Description
Sets the current USB function driver. Takes effect after device reboot.
See also: Control Panel > PC Connection applet
Parameters Table
|
Type |
Parameter |
Description |
[in] |
newDriver |
The new driver to load |
|
|
|
|
|
[returns] |
bool |
|
True on success, or false on failure. |
[on error] |
None |
|
|
Example
bool res = Device.SetUsbFnDriver(Device.UsbFnClass.USBLAN);
|
See Also
Copyright © Datalogic ADC. All Right Reserved