Gallagher Mobile Connect SDK
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
com.gallagher.security.mobileaccess.BluetoothConnectionSensitivity Enum Reference

Public Member Functions

 BluetoothConnectionSensitivity (double x)
 
double getValue ()
 

Static Public Member Functions

static BluetoothConnectionSensitivity from (double value)
 

Public Attributes

 VERY_LOW =(-5)
 Adjusts the observed path loss for nearby readers by -5 dBm.
 
 LOW =(-2.5)
 Adjusts the observed path loss for nearby readers by -2.5 dBm.
 
 NORMAL =(0)
 Adjusts the observed path loss for nearby readers by 0 dBm.
 

Constructor & Destructor Documentation

◆ BluetoothConnectionSensitivity()

com.gallagher.security.mobileaccess.BluetoothConnectionSensitivity.BluetoothConnectionSensitivity ( double  x)
18 {
19 mValue = x;
20 }

Member Function Documentation

◆ from()

static BluetoothConnectionSensitivity com.gallagher.security.mobileaccess.BluetoothConnectionSensitivity.from ( double  value)
static
29 {
30 for(BluetoothConnectionSensitivity m : BluetoothConnectionSensitivity.values()){
31 if(m.mValue == value){
32 return m;
33 }
34 }
35
36 return null;
37 }

◆ getValue()

double com.gallagher.security.mobileaccess.BluetoothConnectionSensitivity.getValue ( )
24 {
25 return mValue;
26 }

The documentation for this enum was generated from the following file: