| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- {
- "DllDatas": [
- {
- "DllPath": "YSAI.Mqtt.dll",
- "IsAbsolutePath": false,
- "NamespaceDatas": [
- {
- "Namespace": "YSAI.Mqtt.service.websocket",
- "ClassDatas": [
- {
- "SN": "YSAI.Mqtt.MqttWebSocketServiceOperate[Instance]",
- "ClassName": "MqttWebSocketServiceOperate",
- "ConstructorParam": [
- {
- "Port": 11819,
- "HttpPort": 11820,
- "LoginID": "ysai",
- "LoginPassword": "ysai",
- "Uri": "NB_CLASS"
- }
- ],
- "MethodDatas": [
- {
- "SN": "[On]",
- "WhetherExecute": true,
- "MethodName": "On",
- "MethodParam": null
- }
- ],
- "EventDatas": null
- }
- ]
- },
- {
- "Namespace": "YSAI.Mqtt.client",
- "ClassDatas": [
- {
- "SN": "YSAI.Mqtt.MqttClientOperate[Instance]",
- "ClassName": "MqttClientOperate",
- "ConstructorParam": [
- {
- "SN": null,
- "ServerIPAddress": "127.0.0.1",
- "ServerPort": 11819,
- "ServerLoginID": "ysai",
- "ServerLoginPassword": "ysai",
- "ClientID": null,
- "QualityOfServiceLevel": "AtMostOnce"
- }
- ],
- "MethodDatas": [
- {
- "SN": "[Init]",
- "WhetherExecute": true,
- "MethodName": "Init",
- "MethodParam": null
- },
- {
- "SN": "[On]",
- "WhetherExecute": true,
- "MethodName": "On",
- "MethodParam": null
- },
- {
- "SN": "[Off]",
- "WhetherExecute": false,
- "MethodName": "Off",
- "MethodParam": null
- },
- {
- "SN": "[PublishSubscribe]",
- "WhetherExecute": false,
- "MethodName": "PublishSubscribe",
- "MethodParam": null
- },
- {
- "SN": "[AddSubscribe]",
- "WhetherExecute": false,
- "MethodName": "AddSubscribe",
- "MethodParam": null
- },
- {
- "SN": "[RemoveSubscribe]",
- "WhetherExecute": false,
- "MethodName": "RemoveSubscribe",
- "MethodParam": null
- }
- ],
- "EventDatas": [
- {
- "SN": "[OnEvent]",
- "EventName": "OnEvent"
- }
- ]
- }
- ]
- }
- ]
- }
- ]
- }
|