Click or drag to resize

UsbHostWhitelistingRemove Method

Remove a devices from whitelist.

Namespace:  Com.Datalogic.Decode
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public virtual bool Remove (Com.Datalogic.Device.Configuration.UsbWhitelistedDevice usbWhitelistedDevice);

Parameters

usbWhitelistedDevice
Type: Com.Datalogic.Device.Configuration.UsbWhitelistedDevice
device to whitelist.

Return Value

Type: System.Boolean
No description available.

Remarks
Remove a devices from whitelist. Devices is removed checking only vid and pid.

[Android Documentation]

See Also

Reference