Package com.rfideas.pcproxapisdk
Class BleAttributes
- java.lang.Object
-
- com.rfideas.pcproxapisdk.BleAttributes
-
public class BleAttributes extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BleAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
GetBLEConfiguration()
boolean
IsBLEPresent()
void
SetBLEConfiguration(byte level)
-
-
-
Method Detail
-
IsBLEPresent
public boolean IsBLEPresent() throws SDKException
- Throws:
SDKException
-
SetBLEConfiguration
public void SetBLEConfiguration(byte level) throws SDKException
- Throws:
SDKException
-
GetBLEConfiguration
public int GetBLEConfiguration() throws SDKException
- Throws:
SDKException
-
-