Click or drag to resize

UsbHostWhitelisting Class

Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.UsbHostWhitelisting

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class UsbHostWhitelisting : SerializableBlob

The UsbHostWhitelisting type exposes the following members.

Constructors
NameDescription
Public methodUsbHostWhitelisting
Initializes a new instance of the UsbHostWhitelisting class
Public methodUsbHostWhitelisting
Initializes a new instance of the UsbHostWhitelisting class
Public methodUsbHostWhitelisting
Initializes a new instance of the UsbHostWhitelisting class
Top
Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyWhitelistedDevices
To be added.
Top
Methods
NameDescription
Public methodAdd
Add a list of devices to whitelist.
Public methodAdd
Add a list of devices to whitelist.
Public methodClear
Clear whitelist.
Public methodGet
Get a device from whitelist by vid and pid.
Public methodRemove
Remove a devices from whitelist.
Top
Remarks
UsbHostWhitelisting implements the BlobProperty that allows to manage USB host whitelisting.
The class is managed by the ConfigurationManager Blob Properties PropertyID.USB_HOST_WHITELISTING and PropertyID.USB_PREDEFINED_HOST_WHITELISTING.

[Android Documentation]

See Also