kdriveExpress SDK 23.2.0
kdrive_express_license.h File Reference

kdriveExpress License API More...

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...
 

Detailed Description

kdriveExpress License API

Author
Copyright (c) 2002-2023 WEINZIERL ENGINEERING GmbH

Macro Definition Documentation

◆ KDRIVE_MAX_LIC_CITY_LEN

#define KDRIVE_MAX_LIC_CITY_LEN   (40)

The max length of city.

◆ KDRIVE_MAX_LIC_COMPANY_LEN

#define KDRIVE_MAX_LIC_COMPANY_LEN   (50)

The max length of company.

◆ KDRIVE_MAX_LIC_COUNTRY_LEN

#define KDRIVE_MAX_LIC_COUNTRY_LEN   (40)

The max length of country.

◆ KDRIVE_MAX_LIC_STREET_LEN

#define KDRIVE_MAX_LIC_STREET_LEN   (40)

The max length of street.