-
public interface IThingThirdProtocolSupport
-
-
Method Summary
Modifier and Type Method Description abstract void
addProtocolDelete(IThingThirdProtocolDelegate delete)
abstract void
removeProtocolDelete(IThingThirdProtocolDelegate delegate)
abstract List<IThingThirdProtocolDelegate>
getProtocolDelegateList()
abstract void
updateDps(String devId, ThirdDpsUpdate dpsUpdate, IResultCallback callback)
abstract IThingBleService
getThingBleService()
-
-
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()
-
-
-
-