EtherCAT Slave  1.06.01

◆ EC_API_SLV_SSC_setLicense()

void EC_API_SLV_SSC_setLicense ( char *  pLicense_p,
uint8_t  length_p 
)

Enter license key to run the unlimited version.

Parameters
[in]pLicense_pLicense key.
[in]length_pLicense key length.
Example
#include <ecSlvApi.h>
char* license = "";
uint8t_t length = 0;
// the Call
EC_API_SLV_SSC_setLicense(license, length);
EC_API_SLV_SSC_setLicense
void EC_API_SLV_SSC_setLicense(char *pLicense_p, uint8_t length_p)
Enter license key to run the unlimited version.
Definition: ecSlvApiStub.c:133