public sealed class MqttConfig : IMessage<MqttConfig>, IEquatable<MqttConfig>, IDeepCloneable<MqttConfig>, IBufferMessage, IMessageReference documentation and code samples for the Cloud IoT v1 API class MqttConfig.
The configuration of MQTT for a device registry.
Implements
IMessageMqttConfig, IEquatableMqttConfig, IDeepCloneableMqttConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Iot.V1Assembly
Google.Cloud.Iot.V1.dll
Constructors
MqttConfig()
public MqttConfig()MqttConfig(MqttConfig)
public MqttConfig(MqttConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
MqttConfig |
Properties
MqttEnabledState
public MqttState MqttEnabledState { get; set; }If enabled, allows connections using the MQTT protocol. Otherwise, MQTT connections to this registry will fail.
| Property Value | |
|---|---|
| Type | Description |
MqttState |
|