-
public interface IThingMeshServiceMesh service interface
-
-
Method Summary
Modifier and Type Method Description abstract voidpassThroughByLocal(String meshId, String nodeId, int modelId, int opCode, Array<byte> param, IResultCallback callback)A local pass-through channel for vendor model -
-
Method Detail
-
passThroughByLocal
abstract void passThroughByLocal(String meshId, String nodeId, int modelId, int opCode, Array<byte> param, IResultCallback callback)
A local pass-through channel for vendor model
- Parameters:
meshId- Thing meshId com.thingclips.smart.sdk.bean.DeviceBeannodeId- Thing nodeId com.thingclips.smart.sdk.bean.DeviceBeanmodelId- Vendor model idopCode- Vendor model opcodeparam- Parameter for sendcallback- Callback for ack message IResultCallback
-
-
-
-