|
AWS IoT Device SDK C++ v2
1.42.1
AWS IoT Device SDK C++ v2
|
#include <Mqtt5Client.h>
Public Attributes | |
| uint64_t | incompleteOperationCount |
| uint64_t | incompleteOperationSize |
| uint64_t | unackedOperationCount |
| uint64_t | unackedOperationSize |
Simple statistics about the current state of the client's queue of operations
| 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.