Skip to main content

odin_initialize

enum OdinError odin_initialize(const char *version);

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

NameTypeDescription
versionconst char *The version string of the SDK headers (use ODIN_VERSION).

Return Value

TypeDescription
OdinErrorODIN_ERROR_SUCCESS if initialization was successful.