LtoInit
Updated at:
Initializes the resources of the IoT Blockchain Hub library.
Function prototype
int ltoInit(void);
Description
Initializes the LTO SDK. You must call this function before you use any other device-side APIs.
Parameters
None.
Return value
0: Success.
Other: Failed.
Is this page helpful?