SNode.C
Loading...
Searching...
No Matches
iot::mqtt::Mqtt Member List

This is the complete list of members for iot::mqtt::Mqtt, including all inherited members.

_onPuback(const iot::mqtt::packets::Puback &puback)iot::mqtt::Mqttprotected
_onPubcomp(const iot::mqtt::packets::Pubcomp &pubcomp)iot::mqtt::Mqttprotected
_onPublish(const iot::mqtt::packets::Publish &publish)iot::mqtt::Mqttprotected
_onPubrec(const iot::mqtt::packets::Pubrec &pubrec)iot::mqtt::Mqttprotected
_onPubrel(const iot::mqtt::packets::Pubrel &pubrel)iot::mqtt::Mqttprotected
_packetIdentifieriot::mqtt::Mqttprivate
clientIdiot::mqtt::Mqttprotected
connectionNameiot::mqtt::Mqttprotected
controlPacketDeserializeriot::mqtt::Mqttprivate
createControlPacketDeserializer(iot::mqtt::FixedHeader &staticHeader)=0iot::mqtt::Mqttprivatepure virtual
deliverPacket(iot::mqtt::ControlPacketDeserializer *controlPacketDeserializer)=0iot::mqtt::Mqttprivatepure virtual
fixedHeaderiot::mqtt::Mqttprivate
getConnectionName() constiot::mqtt::Mqtt
getMqttContext() constiot::mqtt::Mqtt
getPacketIdentifier()iot::mqtt::Mqttprotected
initSession(Session *session, utils::Timeval keepAlive)iot::mqtt::Mqttprotected
keepAliveTimeriot::mqtt::Mqttprivate
Mqtt(const std::string &connectionName)iot::mqtt::Mqtt
Mqtt(const std::string &connectionName, const std::string &clientId)iot::mqtt::Mqtt
Mqtt(Mqtt &&)=deleteiot::mqtt::Mqtt
Mqtt(const Mqtt &)=deleteiot::mqtt::Mqtt
MqttContext classiot::mqtt::Mqttfriend
mqttContextiot::mqtt::Mqttprotected
onConnected()iot::mqtt::Mqttvirtual
onDisconnected()iot::mqtt::Mqttvirtual
onPuback(const iot::mqtt::packets::Puback &puback)iot::mqtt::Mqttprotectedvirtual
onPubcomp(const iot::mqtt::packets::Pubcomp &pubcomp)iot::mqtt::Mqttprotectedvirtual
onPublish(const iot::mqtt::packets::Publish &publish)iot::mqtt::Mqttprotectedvirtual
onPubrec(const iot::mqtt::packets::Pubrec &pubrec)iot::mqtt::Mqttprotectedvirtual
onPubrel(const iot::mqtt::packets::Pubrel &pubrel)iot::mqtt::Mqttprotectedvirtual
onReceivedFromPeer()iot::mqtt::Mqttprivate
onSignal(int sig)=0iot::mqtt::Mqttpure virtual
operator=(Mqtt &&)=deleteiot::mqtt::Mqtt
operator=(const Mqtt &)=deleteiot::mqtt::Mqtt
printFixedHeader(const iot::mqtt::FixedHeader &fixedHeader) constiot::mqtt::Mqttprotected
printVP(const iot::mqtt::ControlPacket &packet) constiot::mqtt::Mqttprotected
send(const iot::mqtt::ControlPacket &controlPacket) constiot::mqtt::Mqttprotected
send(const std::vector< char > &data) constiot::mqtt::Mqttprivate
sendPuback(uint16_t packetIdentifier) constiot::mqtt::Mqtt
sendPubcomp(uint16_t packetIdentifier) constiot::mqtt::Mqtt
sendPublish(const std::string &topic, const std::string &message, uint8_t qoS, bool retain)iot::mqtt::Mqtt
sendPubrec(uint16_t packetIdentifier) constiot::mqtt::Mqtt
sendPubrel(uint16_t packetIdentifier) constiot::mqtt::Mqtt
sessioniot::mqtt::Mqttprivate
setMqttContext(MqttContext *mqttContext)iot::mqtt::Mqttprivate
stateiot::mqtt::Mqttprivate
toHexString(const std::vector< char > &data)iot::mqtt::Mqttstatic
toHexString(const std::string &data)iot::mqtt::Mqttstatic
~Mqtt()iot::mqtt::Mqttvirtual