MqttConfig Properties
The MqttConfig type exposes the following members.
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets or sets the MQTT Broker address | |
|
|
Gets a value indicating whether [clean session]. | |
|
|
Gets the client identifier (ComputerName if not set) | |
|
|
Gets the display name (ComputerName if not set) | |
|
|
Gets the keep alive. | |
|
|
Gets a value indicating whether [no retain]. | |
|
|
Gets or sets the MQTT Password | |
|
|
Gets or sets the used MQTT port. | |
|
|
Gets or sets the PSK Security configuration | |
|
|
Gets the Quality of Service value or null. | |
|
|
Gets the type of security. | |
|
|
Gets or sets the TLS Security configuration | |
|
|
Gets or sets the MQTT topic. | |
|
|
Gets a value indicating whether this MqttConfig is unidirectional. | |
|
|
Gets or sets the MQTT User Name | |
|
|
Gets a value indicating whether [wildcard workaround]. |
See Also
Reference
MqttConfig Class TwinCAT.Ads.Configuration Namespace
Beckhoff Automation GmbH & Co. KG 2001-2026
- MqttConfig.Address Property
- MqttConfig.CleanSession Property
- MqttConfig.ClientId Property
- MqttConfig.DisplayName Property
- MqttConfig.KeepAlive Property
- MqttConfig.NoRetain Property
- MqttConfig.Password Property
- MqttConfig.Port Property
- MqttConfig.Psk Property
- MqttConfig.Qos Property
- MqttConfig.Security Property
- MqttConfig.Tls Property
- MqttConfig.Topic Property
- MqttConfig.Unidirectional Property
- MqttConfig.User Property
- MqttConfig.WildcardWorkaround Property