Go to the source code of this file.
◆ BcfVersion
Enumeration for modules initialization modes.
| Enumerator |
|---|
| kVersionBcfUndefined | No BCF data module is initialized
|
| kVersionBcf_2_1 | BCF 2.1 data module is initialized.
|
| kVersionBcf_3_0 | BCF 3.0 data module is initialized.
|
| kVersionBcfAll | All BCF data modules are initialized.
|
Definition at line 36 of file BcfToolsModule.h.
◆ odBcfToolsInitialize()
Initializes BCF SDK functionality.
- Parameters
-
| version | [in] A BCF version(s) to be initialized. |
- Returns
- eOk if BCF SDK was successfully initialized; otherwise, the function returns an appropriate error code.
◆ odBcfToolsUninitialize()
De-initializes BCF SDK functionality.
- Returns
- Returns eOk if BCF SDK was successfully de-initialized; otherwise, the function returns an appropriate error code.