public class ScalesService extends AbstractService implements IScalesServiceWrapper
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
UNKNOWN_EXCEPTION_TEXT |
android.content.Context |
context |
IScalesService |
service |
java.lang.Boolean |
serviceConnected |
android.content.ServiceConnection |
serviceConnection |
Constructor and Description |
---|
ScalesService() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getServiceConnected() |
Weight |
getWeight() |
void |
startDeinitConnection() |
void |
startInitConnection() |
getServiceConnected, startDeinitConnection, startInitConnection, waitInitService
getWeight
public static java.lang.String UNKNOWN_EXCEPTION_TEXT
public android.content.Context context
public java.lang.Boolean serviceConnected
public IScalesService service
public android.content.ServiceConnection serviceConnection
public java.lang.Boolean getServiceConnected()
public void startInitConnection()
public void startDeinitConnection()
public Weight getWeight()