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

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

Namespace

Google \ Cloud \ Iot \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
int

setMqttEnabledState

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

Parameter
Name Description
var int
Returns
Type Description
$this