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

NameVisibilityAccessDescription
CountpublicROThe number of items in the list
Items[]publicROAn indexed array of the items in the list. Default property

Methods

NameVisibilityDescription
AddpublicAdds AItem to the list. Ensures duplicates are ignored.
RemovepublicRemoves AItem from the list, if it exists in the list.