libhomegear-base  0.7
Base library for Homegear and Homegear family modules.
Licensing.h File Reference
#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
 

Variable Documentation

§ activationKey

std::string activationKey

§ deviceId

int32_t deviceId = -1

§ familyId

int32_t familyId = -1

§ licenseKey

std::string licenseKey

§ moduleId

int32_t moduleId = -1

§ state

bool state = false