Instantiate Trill SDK

To instantiate, the trill_init method should be called to Initialise the SDK.

This is also the first function to be called before SDK can be used.

  • @param init_opt Initialization options. Refer to trill_init_opts_t <trill.h>

  • @param handle SDK Handle. Preserve it to pass with other calls.

Trill Init Options structure: This will include the details to license, memory that needs to be allocated

Last updated