kdriveExpress License API More...
#include "kdrive_express_config.h"Go to the source code of this file.
Data Structures | |
| struct | lic_customer_t |
Macros | |
| #define | KDRIVE_MAX_LIC_COMPANY_LEN (50) |
| The max length of company. More... | |
| #define | KDRIVE_MAX_LIC_STREET_LEN (40) |
| The max length of street. More... | |
| #define | KDRIVE_MAX_LIC_CITY_LEN (40) |
| The max length of city. More... | |
| #define | KDRIVE_MAX_LIC_COUNTRY_LEN (40) |
| The max length of country. More... | |
Typedefs | |
| typedef struct lic_customer_t | lic_customer_t |
Functions | |
| 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. More... | |
| kdriveExpress_API error_t | kdrive_lic_get_customer (lic_customer_t *customer) |
| Gets customer licence data. More... | |
kdriveExpress License API
| #define KDRIVE_MAX_LIC_CITY_LEN (40) |
The max length of city.
| #define KDRIVE_MAX_LIC_COMPANY_LEN (50) |
The max length of company.
| #define KDRIVE_MAX_LIC_COUNTRY_LEN (40) |
The max length of country.
| #define KDRIVE_MAX_LIC_STREET_LEN (40) |
The max length of street.