
Public Member Functions | |
| def | __eq__ (self, packet) |
| def | __init__ (self, buffer=None, DUP=False, QoS=1, Retain=False, MsgId=0, Data=[]) |
| def | __repr__ (self) |
| def | pack (self) |
| def | unpack (self, buffer) |
Public Member Functions inherited from MQTTV3112.Packets | |
| def | __eq__ (self, packet) |
| def | __repr__ (self) |
| def | pack (self) |
Public Attributes | |
| data | |
| fh | |
| messageIdentifier | |
Public Attributes inherited from MQTTV3112.Packets | |
| fh | |
Definition at line 751 of file MQTTV3112.py.
| def MQTTV3112.Unsubscribes.__init__ | ( | self, | |
buffer = None, |
|||
DUP = False, |
|||
QoS = 1, |
|||
Retain = False, |
|||
MsgId = 0, |
|||
Data = [] |
|||
| ) |
Definition at line 753 of file MQTTV3112.py.
| def MQTTV3112.Unsubscribes.__eq__ | ( | self, | |
| packet | |||
| ) |
Definition at line 797 of file MQTTV3112.py.
| def MQTTV3112.Unsubscribes.__repr__ | ( | self | ) |
Definition at line 793 of file MQTTV3112.py.
| def MQTTV3112.Unsubscribes.pack | ( | self | ) |
Definition at line 765 of file MQTTV3112.py.
| def MQTTV3112.Unsubscribes.unpack | ( | self, | |
| buffer | |||
| ) |
Definition at line 772 of file MQTTV3112.py.
| MQTTV3112.Unsubscribes.data |
Definition at line 761 of file MQTTV3112.py.
| MQTTV3112.Unsubscribes.fh |
Definition at line 754 of file MQTTV3112.py.
| MQTTV3112.Unsubscribes.messageIdentifier |
Definition at line 759 of file MQTTV3112.py.