Sl4aBluetoothUtil.BluetoothAccessLevel

public static final enum Sl4aBluetoothUtil.BluetoothAccessLevel
extends Enum<Sl4aBluetoothUtil.BluetoothAccessLevel>

java.lang.Object
   ↳ java.lang.Enum<com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothAccessLevel>
     ↳ com.android.tradefed.util.Sl4aBluetoothUtil.BluetoothAccessLevel


BluetoothDevice.java पर आधारित, ब्लूटूथ डिवाइस के ऐक्सेस लेवल के लिए Enums

खास जानकारी

Enum वैल्यू

Sl4aBluetoothUtil.BluetoothAccessLevel  ACCESS_ALLOWED

 

Sl4aBluetoothUtil.BluetoothAccessLevel  ACCESS_REJECTED

 

Sl4aBluetoothUtil.BluetoothAccessLevel  ACCESS_UNKNOWN

 

सार्वजनिक तरीके

int getAccess()
static Sl4aBluetoothUtil.BluetoothAccessLevel valueOf(String name)
static final BluetoothAccessLevel[] values()

Enum वैल्यू

ACCESS_ALLOWED

public static final Sl4aBluetoothUtil.BluetoothAccessLevel ACCESS_ALLOWED

ACCESS_REJECTED

public static final Sl4aBluetoothUtil.BluetoothAccessLevel ACCESS_REJECTED

ACCESS_UNKNOWN

public static final Sl4aBluetoothUtil.BluetoothAccessLevel ACCESS_UNKNOWN

सार्वजनिक तरीके

getAccess

public int getAccess ()

रिटर्न
int

valueOf

public static Sl4aBluetoothUtil.BluetoothAccessLevel valueOf (String name)

पैरामीटर
name String

रिटर्न
Sl4aBluetoothUtil.BluetoothAccessLevel

वैल्यू

public static final BluetoothAccessLevel[] values ()

रिटर्न
BluetoothAccessLevel[]