ADC Advanced Policy Expressions

MQTT_COMMAND_E


This interface represents one of the MQTT Command types

Enumerations

CONNECT

CONNACK

PUBLISH

PUBACK

PUBREC

PUBREL

PUBCOMP

SUBSCRIBE

SUBACK

UNSUBSCRIBE

UNSUBACK

PINGREQ

PINGRESP

DISCONNECT

AUTH

UNKNOWN

This topic lists the expressions that are provided by this class.

EQ (mqtt_command_e m)

The result is Boolean TRUE if the input argument is equal to the MQTT command represented by this interface.

Parameters (expressions not allowed):

            m- MQTT Command

Returns: bool_at

NE (mqtt_command_e m)

The result is Boolean TRUE if the input argument is not equal to the MQTT command represented by this interface.

Parameters (expressions not allowed):

            m- MQTT Command

Returns: bool_at

MQTT_COMMAND_E

In this article