amqtt/hbmqtt/mqtt/constants.py

8 wiersze
130 B
Python

# Copyright (c) 2015 Nicolas JOUANIN
#
# See the file license.txt for copying permission.
QOS_0 = 0x00
QOS_1 = 0x01
QOS_2 = 0x02