aws-crt-cpp
C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++.
Public Attributes | List of all members
Aws::Crt::Mqtt::MqttConnectionOperationStatistics Struct Reference

#include <MqttTypes.h>

Public Attributes

uint64_t incompleteOperationCount
 
uint64_t incompleteOperationSize
 
uint64_t unackedOperationCount
 
uint64_t unackedOperationSize
 

Detailed Description

Simple statistics about the current state of the client's queue of operations.

Member Data Documentation

uint64_t Aws::Crt::Mqtt::MqttConnectionOperationStatistics::incompleteOperationCount
uint64_t Aws::Crt::Mqtt::MqttConnectionOperationStatistics::incompleteOperationSize
uint64_t Aws::Crt::Mqtt::MqttConnectionOperationStatistics::unackedOperationCount
uint64_t Aws::Crt::Mqtt::MqttConnectionOperationStatistics::unackedOperationSize

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