nx_cloud_storage_sdk
1.0
Cloud Storage SDK
|
Public Member Functions | |
CloudDeviceReport (const char *jsonData) noexcept(false) | |
CloudDeviceReport (const nx::kit::Json &json) noexcept(false) | |
bool | operator== (const CloudDeviceReport &other) const |
nx::kit::Json | to_json () const |
Static Public Member Functions | |
static ValueOrError< CloudDeviceReport > | fromJson (const char *jsonStr) noexcept |
static ValueOrError< CloudDeviceReport > | fromJson (const nx::kit::Json &json) noexcept |
Public Attributes | |
std::string | cloudSystemId |
CloudDeviceEntryList | devices |