Description

October 8, 2018 ยท View on GitHub

Represents a subscription on a client or a server. Subscriptions are normally held in sets using the TMQTTSubscriptionList class.

Properties

NameVisibilityAccessDescription
AgepublicRWKeeps track of the age of the subscription. The server automatically ages subscriptions and deletes them if they haven't been used after a certain amount of time.
QoSpublicRWThe desired QoS level
TokenspublicROThe tokenizer giving access to a list of parsed Filter tokens. Exposed so applications can check if a given filter string was successfully parsed.
FilterpublicRWThe filter string for the component. Setting Filter also updates Tokens.

Methods

NameVisibilityDescription
AssignpublicIf Source is a TMQTTSubscription then copy its properties into this object