Enum MqttState (2.0.0)

public enum MqttState

Indicates whether an MQTT connection is enabled or disabled. See the field description for details.

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Fields

NameDescription
MqttDisabled

Disables a MQTT connection.

MqttEnabled

Enables a MQTT connection.

Unspecified

No MQTT state specified. If not specified, MQTT will be enabled by default.