com.eloview.sdk
Class EloSecureClient

java.lang.Object
  extended by com.eloview.sdk.EloSecureClient

public class EloSecureClient
extends java.lang.Object

EloSecure Client is used to connect to BSP dependent service and gather continuous data from it such as cpu temperature or touch gestures.


Constructor Summary
protected EloSecureClient(Context context)
           
 
Method Summary
 void bindService()
          This method is used to bind the Elo Sdk to the Elo Service on BSP.
static EloSecureClient getInstance(Context context)
           
static boolean isEloSecureServiceAlive()
           
 java.lang.String readTemperature()
           
 java.lang.String readTouchData()
          This method is used to read touch data from the BSP in the form of a JSON Array string.
 void unbindService()
          This method is used to unbind the Elo Sdk from the Elo Service on BSP.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EloSecureClient

protected EloSecureClient(Context context)
Method Detail

getInstance

public static EloSecureClient getInstance(Context context)

bindService

public void bindService()
This method is used to bind the Elo Sdk to the Elo Service on BSP.


unbindService

public void unbindService()
This method is used to unbind the Elo Sdk from the Elo Service on BSP.


readTouchData

public java.lang.String readTouchData()
This method is used to read touch data from the BSP in the form of a JSON Array string.


isEloSecureServiceAlive

public static boolean isEloSecureServiceAlive()

readTemperature

public java.lang.String readTemperature()