-
public interface IThingThirdProtocolSupport
-
-
Method Summary
Modifier and Type Method Description abstract voidaddProtocolDelete(IThingThirdProtocolDelegate delete)abstract voidremoveProtocolDelete(IThingThirdProtocolDelegate delegate)abstract List<IThingThirdProtocolDelegate>getProtocolDelegateList()abstract voidupdateDps(String devId, ThirdDpsUpdate dpsUpdate, IResultCallback callback)abstract IThingBleServicegetThingBleService()-
-
Method Detail
-
addProtocolDelete
abstract void addProtocolDelete(IThingThirdProtocolDelegate delete)
-
removeProtocolDelete
abstract void removeProtocolDelete(IThingThirdProtocolDelegate delegate)
-
getProtocolDelegateList
abstract List<IThingThirdProtocolDelegate> getProtocolDelegateList()
-
updateDps
abstract void updateDps(String devId, ThirdDpsUpdate dpsUpdate, IResultCallback callback)
-
getThingBleService
abstract IThingBleService getThingBleService()
-
-
-
-