The udVersion object provides an interface to query the version of the loaded udSDK library.
The major version part of the library version.
The minor version part of the library version.
The patch version part of the library version.
Populates the provided structure with the version information for the loaded udSDK library.
| Parameter | Description |
|---|---|
pVersion | The version structure which will be populated with the version information. |
Returns: A udError value based on the result of getting the version information.
Stores the version information for the loaded udSDK library.
| Field | Type | Description |
|---|---|---|
major | uint8_t | The major version part of the library version. |
minor | uint8_t | The minor version part of the library version. |
patch | uint8_t | The patch version part of the library version. |