Google Cloud IoT Core V1 Client - Class MqttConfig (1.5.12)

Reference documentation and code samples for the Google Cloud IoT Core V1 Client class MqttConfig.

The configuration of MQTT for a device registry.

Generated from protobuf message google.cloud.iot.v1.MqttConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ mqtt_enabled_state int

If enabled, allows connections using the MQTT protocol. Otherwise, MQTT connections to this registry will fail.

getMqttEnabledState

If enabled, allows connections using the MQTT protocol. Otherwise, MQTT connections to this registry will fail.

Returns
TypeDescription
int

setMqttEnabledState

If enabled, allows connections using the MQTT protocol. Otherwise, MQTT connections to this registry will fail.

Parameter
NameDescription
var int
Returns
TypeDescription
$this