Class Properties.MqttClientAgent
Property key constants specific to MQTT Client agents.
public static class Properties.MqttClientAgent
- Inheritance
-
Properties.MqttClientAgent
- Inherited Members
Fields
- ClientCertificate
Enable client certificate for application-based authentication.
- ClientId
Unique client identity for broker communication.
- EnableLastWill
Enable Last Will and Testament.
- EnableWriteTopic
Enable listening for write requests.
- LastWillMessage
Last Will and Testament message text.
- LastWillTopic
Topic for Last Will and Testament message.
- Password
Password for broker authentication.
- Qos
MQTT Quality of Service level.
- TlsVersion
TLS version for secure connections.
- Topic
Topic name for publishing data on the broker.
- Url
URL of the MQTT broker endpoint.
- Username
Username for broker authentication.
- WriteTopic
Topic for write request subscriptions.