AWS IoT Device SDK C++ v2  1.32.6
AWS IoT Device SDK C++ v2
Classes | Typedefs
Aws::Iotidentity Namespace Reference

Classes

class  CreateCertificateFromCsrRequest
 
class  CreateCertificateFromCsrResponse
 
class  CreateCertificateFromCsrSubscriptionRequest
 
class  CreateKeysAndCertificateRequest
 
class  CreateKeysAndCertificateResponse
 
class  CreateKeysAndCertificateSubscriptionRequest
 
class  ErrorResponse
 
class  IotIdentityClient
 
class  RegisterThingRequest
 
class  RegisterThingResponse
 
class  RegisterThingSubscriptionRequest
 

Typedefs

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

Typedef Documentation

◆ OnPublishComplete

using Aws::Iotidentity::OnPublishComplete = typedef std::function<void(int ioErr)>

◆ OnSubscribeComplete

using Aws::Iotidentity::OnSubscribeComplete = typedef std::function<void(int ioErr)>

◆ OnSubscribeToCreateCertificateFromCsrAcceptedResponse

◆ OnSubscribeToCreateCertificateFromCsrRejectedResponse

◆ OnSubscribeToCreateKeysAndCertificateAcceptedResponse

◆ OnSubscribeToCreateKeysAndCertificateRejectedResponse

◆ OnSubscribeToRegisterThingAcceptedResponse

◆ OnSubscribeToRegisterThingRejectedResponse