-
- All Implemented Interfaces:
-
com.thingclips.sdk.ble.core.protocol.api.ProtocolActivatorDelegate
,com.thingclips.sdk.ble.core.protocol.api.ProtocolRequestDelegate
public interface Protocol4RequestDelegate implements ProtocolActivatorDelegate
-
-
Method Summary
Modifier and Type Method Description abstract IP4SuperSecurityAction
getSuperSecurityAction()
-
Methods inherited from class com.thingclips.sdk.ble.core.protocol.api.ProtocolActivatorDelegate
activatorToCloud, requestAuthKey
-
Methods inherited from class com.thingclips.sdk.ble.core.protocol.api.ProtocolRequestDelegate
getConnectParam, requestNewKey11, requestSecretKeyAndLocalKey
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getSuperSecurityAction
abstract IP4SuperSecurityAction getSuperSecurityAction()
-
-
-
-