Description
October 8, 2018 ยท View on GitHub
The type of the TMQTTClient.Publishers property. Maintains a list of TMQTTClientPublisher components that have been instantiated and are assigned to this TMQTTClient object. This list is maintained automatically.
Use this list to inspect or find TMQTTClientPublisher components for an MQTT client connection. TMQTTClientPublisher objects are added/removed from this list by setting their Client property or by calling their destructors.
Properties
| Name | Visibility | Access | Description |
|---|---|---|---|
| Count | public | RO | The number of items in the list |
| Items[] | public | RO | An indexed array of the items in the list. Default property |
Methods
| Name | Visibility | Description |
|---|---|---|
| Add | public | Adds AItem to the list. Ensures duplicates are ignored. |
| Remove | public | Removes AItem from the list, if it exists in the list. |