udVersion

The udVersion object provides an interface to query the version of the loaded udSDK library.

Defines

UDSDK_MAJOR_VERSION

The major version part of the library version.

UDSDK_MINOR_VERSION

The minor version part of the library version.

UDSDK_PATCH_VERSION

The patch version part of the library version.

Functions

enum udError udVersion_GetVersion(struct udVersion *pVersion)

Populates the provided structure with the version information for the loaded udSDK library.

ParameterDescription
pVersionThe version structure which will be populated with the version information.

Returns: A udError value based on the result of getting the version information.

Structs

struct udVersion

Stores the version information for the loaded udSDK library.

FieldTypeDescription
majoruint8_tThe major version part of the library version.
minoruint8_tThe minor version part of the library version.
patchuint8_tThe patch version part of the library version.