aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
|
#include <MqttRequestResponseClient.h>
Public Member Functions | |
SubscriptionStatusEvent & | WithType (SubscriptionStatusEventType type) |
SubscriptionStatusEvent & | WithErrorCode (int errorCode) |
SubscriptionStatusEventType | GetType () const |
int | GetErrorCode () const |
An event that describes a change in subscription status for a streaming operation.
|
inline |
Get the error code associated with this event
|
inline |
Gets the type of event
|
inline |
Sets an optional error code associated with the event
errorCode | CRT error code corresponding to the event |
|
inline |
Sets the type of the event
type | kind of subscription status event this is |