AWS IoT Device SDK C++ v2  1.34.0
AWS IoT Device SDK C++ v2
Classes | Namespaces | Typedefs
IotIdentityClient.h File Reference
#include <aws/iotidentity/Exports.h>
#include <aws/crt/StlAllocator.h>
#include <aws/crt/Types.h>
#include <aws/crt/mqtt/Mqtt5Client.h>
#include <aws/crt/mqtt/MqttClient.h>

Go to the source code of this file.

Classes

class  Aws::Iotidentity::IotIdentityClient
 

Namespaces

 Aws
 
 Aws::Iotidentity
 

Typedefs

using Aws::Iotidentity::OnSubscribeComplete = std::function< void(int ioErr)>
 
using Aws::Iotidentity::OnPublishComplete = std::function< void(int ioErr)>
 
using Aws::Iotidentity::OnSubscribeToCreateCertificateFromCsrAcceptedResponse = std::function< void(Aws::Iotidentity::CreateCertificateFromCsrResponse *, int ioErr)>
 
using Aws::Iotidentity::OnSubscribeToCreateCertificateFromCsrRejectedResponse = std::function< void(Aws::Iotidentity::ErrorResponse *, int ioErr)>
 
using Aws::Iotidentity::OnSubscribeToCreateKeysAndCertificateAcceptedResponse = std::function< void(Aws::Iotidentity::CreateKeysAndCertificateResponse *, int ioErr)>
 
using Aws::Iotidentity::OnSubscribeToCreateKeysAndCertificateRejectedResponse = std::function< void(Aws::Iotidentity::ErrorResponse *, int ioErr)>
 
using Aws::Iotidentity::OnSubscribeToRegisterThingAcceptedResponse = std::function< void(Aws::Iotidentity::RegisterThingResponse *, int ioErr)>
 
using Aws::Iotidentity::OnSubscribeToRegisterThingRejectedResponse = std::function< void(Aws::Iotidentity::ErrorResponse *, int ioErr)>