MqttServerRegisterMqttRpcApi 方法 (Object) |
注册一个RPC的服务接口,可以指定当前的控制器名称,以及提供RPC服务的原始对象
Register an RPC service interface, you can specify the current controller name, and the original object that provides the RPC service
命名空间:
HslCommunication.MQTT
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void RegisterMqttRpcApi(
Object obj
)
Public Sub RegisterMqttRpcApi (
obj As Object
)
public:
void RegisterMqttRpcApi(
Object^ obj
)
member RegisterMqttRpcApi :
obj : Object -> unit
参数
- obj
- 类型:SystemObject
原始对象信息,也可以是类型对象本身
参见