semilimes mcu sdk 0.1
semilimes Software Development Kit for microcontrollers
Loading...
Searching...
No Matches
Provisioning Class Reference

Public Member Functions

 Provisioning (char *json)
 
void setObj (char *devId, char *provKey)
 
char * getRegisterDeviceURL ()
 
char * getDeviceClaimStatusURL ()
 

Constructor & Destructor Documentation

◆ Provisioning()

Provisioning::Provisioning ( char * json)
inline
Parameters
json- it is the char array that will contain the whole json script
Returns
void

Member Function Documentation

◆ getDeviceClaimStatusURL()

char * Provisioning::getDeviceClaimStatusURL ( )
Returns
char*

◆ getRegisterDeviceURL()

char * Provisioning::getRegisterDeviceURL ( )
Returns
char*

◆ setObj()

void Provisioning::setObj ( char * devId,
char * provKey )
Parameters
devId- the device id, a unique ID that belongs to a specific device
provKey- provisioning key, a one of the two keys needed to provision the device (the other key is the claim key and it is in form of a QR code to be scanned by the user to combine the device to a specific account)
Returns
char*

The documentation for this class was generated from the following files: