aws-crt-cpp
Aws::Crt::Mqtt::MqttConnection Member List

This is the complete list of members for Aws::Crt::Mqtt::MqttConnection, including all inherited members.

Connect(const char *clientId, bool cleanSession, uint16_t keepAliveTimeSecs=0, uint32_t pingTimeoutMs=0) noexceptAws::Crt::Mqtt::MqttConnection
Disconnect() noexceptAws::Crt::Mqtt::MqttConnection
LastError() const noexceptAws::Crt::Mqtt::MqttConnection
MqttClient classAws::Crt::Mqtt::MqttConnectionfriend
MqttConnection(const MqttConnection &)=deleteAws::Crt::Mqtt::MqttConnection
MqttConnection(MqttConnection &&)=deleteAws::Crt::Mqtt::MqttConnection
OnConnectionCompletedAws::Crt::Mqtt::MqttConnection
OnConnectionInterruptedAws::Crt::Mqtt::MqttConnection
OnConnectionResumedAws::Crt::Mqtt::MqttConnection
OnDisconnectAws::Crt::Mqtt::MqttConnection
operator bool() const noexceptAws::Crt::Mqtt::MqttConnection
operator=(const MqttConnection &)=deleteAws::Crt::Mqtt::MqttConnection
operator=(MqttConnection &&)=deleteAws::Crt::Mqtt::MqttConnection
Publish(const char *topic, QOS qos, bool retain, const ByteBuf &payload, OnOperationCompleteHandler &&onOpComplete) noexceptAws::Crt::Mqtt::MqttConnection
SetLogin(const char *userName, const char *password) noexceptAws::Crt::Mqtt::MqttConnection
SetOnMessageHandler(OnPublishReceivedHandler &&onPublish) noexceptAws::Crt::Mqtt::MqttConnection
SetWebsocketProxyOptions(const Http::HttpClientConnectionProxyOptions &proxyOptions) noexceptAws::Crt::Mqtt::MqttConnection
SetWill(const char *topic, QOS qos, bool retain, const ByteBuf &payload) noexceptAws::Crt::Mqtt::MqttConnection
Subscribe(const char *topicFilter, QOS qos, OnPublishReceivedHandler &&onPublish, OnSubAckHandler &&onSubAck) noexceptAws::Crt::Mqtt::MqttConnection
Subscribe(const Vector< std::pair< const char *, OnPublishReceivedHandler >> &topicFilters, QOS qos, OnMultiSubAckHandler &&onOpComplete) noexceptAws::Crt::Mqtt::MqttConnection
Unsubscribe(const char *topicFilter, OnOperationCompleteHandler &&onOpComplete) noexceptAws::Crt::Mqtt::MqttConnection
WebsocketInterceptorAws::Crt::Mqtt::MqttConnection
~MqttConnection()Aws::Crt::Mqtt::MqttConnection