nx_cloud_storage_sdk  1.0
Cloud Storage SDK
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
nx::sdk::cloud_storage::DeviceDescription Struct Reference

Public Member Functions

 DeviceDescription (const char *jsonData) noexcept(false)
 
 DeviceDescription (const nx::kit::Json &json) noexcept(false)
 
 DeviceDescription (const nx::sdk::IDeviceInfo *info)
 
template<typename T >
 DeviceDescription (const T &)=delete
 
bool operator== (const DeviceDescription &) const
 
const char * getParamValue (const std::string &key) const
 
nx::kit::Json to_json () const
 
std::optional< std::string > deviceId () const
 

Static Public Member Functions

static ValueOrError< DeviceDescriptionfromJson (const char *jsonStr) noexcept
 
static ValueOrError< DeviceDescriptionfromJson (const nx::kit::Json &json) noexcept
 

Public Attributes

std::vector< DeviceParameterparameters
 

The documentation for this struct was generated from the following files: