Package 

Interface ISigMeshManager


  • 
    public interface ISigMeshManager
    
                        

    Provide SigMeshBean operation interface.

    • Method Summary

      Modifier and Type Method Description
      abstract SigMeshBean getSigMeshBean(String meshId) Get SigMeshBean by mesh id.
      abstract void createSigMesh(long homeId, ISigMeshCreateCallback callback) Get necessary parameters from server, such as network key, application key, etc.
      abstract List<SigMeshBean> getSigMeshList() Get all SigMeshBean info in current family from local cache.
      abstract void requestSigMeshList(long homeId, IRequestSigMeshListCallback callback) Get all SigMeshBean info in specified family from server.
      abstract void updateSigMesh(List<SigMeshBean> sigMeshBeans) Replace all local cache.
      abstract void onDestroy() Recycle and destroy resources, such as cache.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait