libhomegear-base
0.7
Base library for Homegear and Homegear family modules.
|
#include <string>
#include <vector>
#include <map>
#include <memory>
#include <mutex>
Go to the source code of this file.
Classes | |
class | BaseLib::Licensing::Licensing |
struct | BaseLib::Licensing::Licensing::DeviceInfo |
struct | BaseLib::Licensing::Licensing::LicenseData |
Namespaces | |
BaseLib | |
BaseLib::Licensing | |
Variables | |
int32_t | moduleId = -1 |
int32_t | familyId = -1 |
int32_t | deviceId = -1 |
bool | state = false |
std::string | licenseKey |
std::string | activationKey |
std::string activationKey |
int32_t deviceId = -1 |
int32_t familyId = -1 |
std::string licenseKey |
int32_t moduleId = -1 |
bool state = false |