AWS IoT Device SDK C++ v2  1.32.6
AWS IoT Device SDK C++ v2
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

◆ incompleteOperationCount

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.

◆ incompleteOperationSize

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.

◆ unackedOperationCount

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.

◆ unackedOperationSize

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: