Click or drag to resize

BTPairingPolicy Class

Enum defines the policies for Bluetooth pairing through the property .
Inheritance Hierarchy
System.Object
Com.Datalogic.Device.Configuration.BTPairingPolicy

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 BTPairingPolicy : Enum

The BTPairingPolicy type exposes the following members.

Properties
NameDescription
Public propertyJniPeerMembers
To be added.
Public propertySilent
No user confirmation is required for completing the pairing.
Public propertySimple
Only a single confirmation is required by the user during the pairing.
Public propertyStandard
Android standard user experience for bluetooth pairing.
Public propertyThresholdClass
To be added.
Public propertyThresholdType
To be added.
Public propertyUnknown
Unknown paring policy.
Top
Methods
NameDescription
Public methodFromInt
Retrieves the corresponding BTPairingPolicy value, from a valid integer.
Public methodToInt
Converts the BTPairingPolicy enum to its integer representing value.
Public methodValueOf
Returns the enum constant of this class with the specified name.
Public methodValues
Returns an array containing the constants of this enum class, in the order they are declared.
Top
Remarks
Enum BTPairingPolicy defines the policies for Bluetooth pairing through the property PropertyID.BT_PAIRING_POLICY.

[Android Documentation]

See Also