Workspace 7.0.2
|
Inputs: | |||
---|---|---|---|
Host | QString | The hostname or ip address of the broker to connect to | |
Port | int | The network port to connect to. Usually 1883 | |
Keep alive | int | The number of seconds after which the broker should send a PING message to the client if no other messages have been exchanged in that time | |
User name | QString | When a username is provided, only the matching credential will be used. When '*' is used or left empty, the system will attempt all available credentials until it finds one that can connect to the broker. In both cases, an attempt to connect anonymously would be a last resort if no other credentials are accepted. | |
Topic | QString | Topic to publish | |
Data | QByteArray | Data to publish | |
Quality of Service | int | Integer value 0, 1 or 2 indicating the Quality of Service to be used for the message. | |
Retain | bool | set to true to make the message retained. |