mirror of
https://github.com/eclipse/mosquitto.git
synced 2025-05-08 16:52:13 +08:00
6 lines
182 B
Python
6 lines
182 B
Python
MQTT_SUB_OPT_NO_LOCAL = 0x04
|
|
MQTT_SUB_OPT_RETAIN_AS_PUBLISHED = 0x08
|
|
MQTT_SUB_OPT_SEND_RETAIN_ALWAYS = 0x00
|
|
MQTT_SUB_OPT_SEND_RETAIN_NEW = 0x10
|
|
MQTT_SUB_OPT_SEND_RETAIN_NEVER = 0x20
|