Go to the documentation of this file.
13 #ifndef __KDRIVE_EXPRESS_LICENSE_H__
14 #define __KDRIVE_EXPRESS_LICENSE_H__
29 #define KDRIVE_MAX_LIC_COMPANY_LEN (50)
30 #define KDRIVE_MAX_LIC_STREET_LEN (40)
31 #define KDRIVE_MAX_LIC_CITY_LEN (40)
32 #define KDRIVE_MAX_LIC_COUNTRY_LEN (40)
char street[KDRIVE_MAX_LIC_STREET_LEN]
Street.
Definition: kdrive_express_license.h:93
struct lic_customer_t lic_customer_t
#define KDRIVE_MAX_LIC_STREET_LEN
The max length of street.
Definition: kdrive_express_license.h:30
char country[KDRIVE_MAX_LIC_COUNTRY_LEN]
Country.
Definition: kdrive_express_license.h:95
char company[KDRIVE_MAX_LIC_COMPANY_LEN]
Company.
Definition: kdrive_express_license.h:92
kdriveExpress_API error_t kdrive_lic_set_license(const char *configuration)
Sets the commercial license If you have a commercial SDK you will have received a license key.
int32_t error_t
Definition: kdrive_express_config.h:46
char city[KDRIVE_MAX_LIC_CITY_LEN]
City.
Definition: kdrive_express_license.h:94
#define KDRIVE_MAX_LIC_CITY_LEN
The max length of city.
Definition: kdrive_express_license.h:31
#define kdriveExpress_API
Definition: kdrive_express_config.h:88
Definition: kdrive_express_license.h:88
#define KDRIVE_MAX_LIC_COMPANY_LEN
The max length of company.
Definition: kdrive_express_license.h:29
#define KDRIVE_MAX_LIC_COUNTRY_LEN
The max length of country.
Definition: kdrive_express_license.h:32
kdriveExpress_API error_t kdrive_lic_get_customer(lic_customer_t *customer)
Gets customer licence data.