uFCoder 2.58
Loading...
Searching...
No Matches
Library licensing

Functions

void DL_API GetLicenseRequestData (uint32_t months, OUT char *license_request)
 
UFR_STATUS DL_API SetLicenseData (c_string license_str)
 

Detailed Description

Prerequisite API calls for facilitating use of uFR library with Android/iOS devices (usage of mobile device internal NFC antenna)

Function Documentation

◆ GetLicenseRequestData()

void DL_API GetLicenseRequestData ( uint32_t months,
OUT char * license_request )

Used to generate license request necessary for obtaing valid uFCoder license separately. Parameter "license_request" will hold a JSON string value that is to be used for our online front-end service for generating an offline license. The online service is found at: https://liblic.d-logic.com/

Parameters
monthsNumber of months requested for the license
license_requestJSON string formed with licensing parameters

◆ SetLicenseData()

UFR_STATUS DL_API SetLicenseData ( c_string license_str)

Used to validate and store an offline Dlogic license for future usage.

Parameters
license_strJSON string containing full license data
Returns
Operation status