odin_initialize
Overview
Initializes the internal ODIN client runtime with a specified version number, ensuring the correct header file is employed. The majority of the API functions hinge on an active ODIN runtime.
Note: Utilize ODIN_VERSION to supply the version argument.
Parameters
| Name | Type | Description |
|---|---|---|
version | const char * | The version string of the SDK headers (use ODIN_VERSION). |
Return Value
| Type | Description |
|---|---|
OdinError | ODIN_ERROR_SUCCESS if initialization was successful. |