para | String String type.
|
tcpconnectID | int MQTT socket identifier. The range is 0-5 |
conf1 | int
- "will" int Configure the Will flag.
- 0 Ignore the Will flag configuration
- 1 Require the Will flag configuration
|
conf2 | int
- "will" int Quality of service for message delivery.
- 0 At most once
- 1 At least once
- 2 Exactly once
|
conf3 | int
- "will" int The Will retain flag is only used on PUBLISH messages.
- 0 When a client sends a PUBLISH message to a server, the server will not hold on to the message after it has been delivered to the current subscribers
- 1 When a client sends a PUBLISH message to a server, the server should hold on to the message after it has been delivered to the current subscribers
|
conf4 | String
- "will" int Will topic string.
|
conf5 | String
- "will" int The Will message defines the content of the message that is published to the Will topic if the client is unexpectedly disconnected. It can be a zero-length message.
|