Classes | |
class | Acks |
class | Auths |
class | Connacks |
class | Connects |
class | Disconnects |
class | FixedHeaders |
class | MalformedPacket |
class | MQTTException |
class | Packets |
class | PacketTypes |
class | Pingreqs |
class | Pingresps |
class | Properties |
class | ProtocolError |
class | Pubacks |
class | Pubcomps |
class | Publishes |
class | Pubrecs |
class | Pubrels |
class | ReasonCodes |
class | Subacks |
class | SubscribeOptions |
class | Subscribes |
class | Unsubacks |
class | Unsubscribes |
class | UnsubSubacks |
class | VBIs |
Functions | |
def | decode (buffer) |
def | encode (x) |
def | getPacket (aSocket) |
def | PacketType (byte) |
def | readBytes (buffer) |
def | readInt16 (buf) |
def | readInt32 (buf) |
def | readUTF (buffer, maxlen) |
def | unpackPacket (buffer, maximumPacketSize=MAX_PACKET_SIZE) |
def | writeBytes (buffer) |
def | writeInt16 (length) |
def | writeInt32 (length) |
def | writeUTF (data) |
Variables | |
list | classes |
logger = logging.getLogger('MQTTV5') | |
int | MAX_PACKET_SIZE = 2 |
int | MAX_PACKETID = 2 |
******************************************************************* Copyright (c) 2013, 2018 IBM Corp. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 and Eclipse Distribution License v1.0 which accompany this distribution. The Eclipse Public License is available at https://www.eclipse.org/legal/epl-2.0/ and the Eclipse Distribution License is available at http://www.eclipse.org/org/documents/edl-v10.php. Contributors: Ian Craggs - initial implementation and/or documentation Ian Craggs - take MQTT 3.1.1 and create MQTT 5.0 version *******************************************************************
|
static |
|
static |
def MQTTV5.PacketType | ( | byte | ) |
def MQTTV5.unpackPacket | ( | buffer, | |
maximumPacketSize = MAX_PACKET_SIZE |
|||
) |
list MQTTV5.classes |