ISocket.smali

.class public interface abstract Lcom/cmcm/xiaobao/phone/smarthome/socket/protocol/ISocket;
.super Ljava/lang/Object;


# annotations
.annotation system Ldalvik/annotation/MemberClasses;
    value = {
        Lcom/cmcm/xiaobao/phone/smarthome/socket/protocol/ISocket$OnSocketListener;
    }
.end annotation


# virtual methods
.method public abstract destroy()V
.end method

.method public abstract isSocketAvailable()Z
.end method

.method public abstract sendMessage(Ljava/lang/String;Lcom/cmcm/xiaobao/phone/smarthome/socket/transmission/OnSendCallBack;)V
.end method

.method public abstract setSocketListener(Lcom/cmcm/xiaobao/phone/smarthome/socket/protocol/ISocket$OnSocketListener;)V
.end method