to top
Datalogic APIs
public static final enum

BluetoothSilentPairingWhitelisting.IdentifierType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.datalogic.device.configuration.BluetoothSilentPairingWhitelisting.IdentifierType

Summary

Enum Values
BluetoothSilentPairingWhitelisting.IdentifierType  MAC_ADDRESS  Bluetooth device MAC Address. 
BluetoothSilentPairingWhitelisting.IdentifierType  NAME  Bluetooth device name. 
BluetoothSilentPairingWhitelisting.IdentifierType  OUI  Bluetooth device Organization Unique Identifier. 
Public Methods
static BluetoothSilentPairingWhitelisting.IdentifierType valueOf(String name)
final static IdentifierType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final BluetoothSilentPairingWhitelisting.IdentifierType MAC_ADDRESS

Added in revision 36

Bluetooth device MAC Address.

public static final BluetoothSilentPairingWhitelisting.IdentifierType NAME

Added in revision 36

Bluetooth device name.

public static final BluetoothSilentPairingWhitelisting.IdentifierType OUI

Added in revision 36

Bluetooth device Organization Unique Identifier.

Public Methods

public static BluetoothSilentPairingWhitelisting.IdentifierType valueOf (String name)

Added in revision 36

public static final IdentifierType[] values ()

Added in revision 36