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::Mqtt5::Mqtt5ClientOperationStatistics Struct Reference

#include <Mqtt5Client.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::Mqtt5::Mqtt5ClientOperationStatistics::incompleteOperationCount

total number of operations submitted to the client that have not yet been completed. Unacked operations are a subset of this.

uint64_t Aws::Crt::Mqtt5::Mqtt5ClientOperationStatistics::incompleteOperationSize

total packet size of operations submitted to the client that have not yet been completed. Unacked operations are a subset of this.

uint64_t Aws::Crt::Mqtt5::Mqtt5ClientOperationStatistics::unackedOperationCount

total number of operations that have been sent to the server and are waiting for a corresponding ACK before they can be completed.

uint64_t Aws::Crt::Mqtt5::Mqtt5ClientOperationStatistics::unackedOperationSize

total packet size of operations that have been sent to the server and are waiting for a corresponding ACK before they can be completed.


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