public static class DevService.breezeSubDevLoginCallback
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
deviceName |
protected boolean |
isOpening |
protected boolean |
isRetry |
protected DevService.ServiceListener |
onlyOnceServiceListener |
protected java.lang.String |
productKey |
Constructor and Description |
---|
breezeSubDevLoginCallback(java.lang.String productKey,
java.lang.String deviceName,
DevService.ServiceListener onlyOnceServiceListener) |
Modifier and Type | Method and Description |
---|---|
boolean |
isOpening() |
void |
onConnectionStateChange(IBreezeDevice iBreezeDevice,
int state,
int i1) |
void |
setOpening(boolean value) |
protected java.lang.String productKey
protected java.lang.String deviceName
protected DevService.ServiceListener onlyOnceServiceListener
protected boolean isOpening
protected boolean isRetry
public breezeSubDevLoginCallback(java.lang.String productKey, java.lang.String deviceName, DevService.ServiceListener onlyOnceServiceListener)