Public Member Functions | Public Attributes | Static Public Attributes | List of all members
MQTTV5.Packets Class Reference
Inheritance diagram for MQTTV5.Packets:
Inheritance graph
[legend]

Public Member Functions

def __eq__ (self, packet)
 
def __setattr__ (self, name, value)
 
def __str__ (self)
 
def pack (self)
 

Public Attributes

 fh
 

Static Public Attributes

list classNames
 
list Names
 

Detailed Description

Definition at line 58 of file MQTTV5.py.

Member Function Documentation

def MQTTV5.Packets.__eq__ (   self,
  packet 
)

Definition at line 75 of file MQTTV5.py.

def MQTTV5.Packets.__setattr__ (   self,
  name,
  value 
)

Definition at line 78 of file MQTTV5.py.

def MQTTV5.Packets.__str__ (   self)

Definition at line 72 of file MQTTV5.py.

def MQTTV5.Packets.pack (   self)

Definition at line 68 of file MQTTV5.py.

Member Data Documentation

list MQTTV5.Packets.classNames
static
Initial value:
1 = [name+'es' if name == "Publish" else
2  name+'s' if name != "reserved" else name for name in Names]

Definition at line 65 of file MQTTV5.py.

MQTTV5.Packets.fh

Definition at line 76 of file MQTTV5.py.

list MQTTV5.Packets.Names
static
Initial value:
1 = [ "reserved", \
2  "Connect", "Connack", "Publish", "Puback", "Pubrec", "Pubrel", \
3  "Pubcomp", "Subscribe", "Suback", "Unsubscribe", "Unsuback", \
4  "Pingreq", "Pingresp", "Disconnect", "Auth"]

Definition at line 60 of file MQTTV5.py.


The documentation for this class was generated from the following file:


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Dec 6 2020 04:02:51