AWS IoT Device SDK C++ v2
1.34.0
AWS IoT Device SDK C++ v2
|
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)> |
using Aws::Iotidentity::OnPublishComplete = typedef std::function<void(int ioErr)> |
using Aws::Iotidentity::OnSubscribeComplete = typedef std::function<void(int ioErr)> |
using Aws::Iotidentity::OnSubscribeToCreateCertificateFromCsrAcceptedResponse = typedef std::function<void(Aws::Iotidentity::CreateCertificateFromCsrResponse *, int ioErr)> |
using Aws::Iotidentity::OnSubscribeToCreateCertificateFromCsrRejectedResponse = typedef std::function<void(Aws::Iotidentity::ErrorResponse *, int ioErr)> |
using Aws::Iotidentity::OnSubscribeToCreateKeysAndCertificateAcceptedResponse = typedef std::function<void(Aws::Iotidentity::CreateKeysAndCertificateResponse *, int ioErr)> |
using Aws::Iotidentity::OnSubscribeToCreateKeysAndCertificateRejectedResponse = typedef std::function<void(Aws::Iotidentity::ErrorResponse *, int ioErr)> |
using Aws::Iotidentity::OnSubscribeToRegisterThingAcceptedResponse = typedef std::function<void(Aws::Iotidentity::RegisterThingResponse *, int ioErr)> |
using Aws::Iotidentity::OnSubscribeToRegisterThingRejectedResponse = typedef std::function<void(Aws::Iotidentity::ErrorResponse *, int ioErr)> |