![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <AVSDiscoveryEndpointAttributes.h>
Public Member Functions | |
Registration (const std::string &productId, const std::string &serialNumber, const std::string ®istrationKey, const std::string &productIdKey) | |
Registration ()=default | |
bool | operator== (const Registration &rhs) |
bool | operator!= (const Registration &rhs) |
Public Attributes | |
std::string | productId |
The productID of the device provided when registering the client on https://developer.amazon.com. More... | |
std::string | serialNumber |
The device serialNumber. More... | |
std::string | registrationKey |
The device registration key value. More... | |
std::string | productIdKey |
The device product id key value. More... | |
The registration structure to identify the default endpoint in AVS.
|
inline |
Constructor.
productId | The product identifier for the Alexa client device. |
serialNumber | The device DSN. |
registrationKey | the registration key value. |
productIdKey | the product id key value. |
|
default |
Default constructor.
|
inline |
Operator != for Registration
.
rhs | The object to compare to this . |
|
inline |
Operator == for Registration
.
rhs | The object to compare to this . |
std::string alexaClientSDK::avsCommon::avs::AVSDiscoveryEndpointAttributes::Registration::productId |
The productID of the device provided when registering the client on https://developer.amazon.com.
std::string alexaClientSDK::avsCommon::avs::AVSDiscoveryEndpointAttributes::Registration::productIdKey |
The device product id key value.
std::string alexaClientSDK::avsCommon::avs::AVSDiscoveryEndpointAttributes::Registration::registrationKey |
The device registration key value.
std::string alexaClientSDK::avsCommon::avs::AVSDiscoveryEndpointAttributes::Registration::serialNumber |
The device serialNumber.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0