DevicesLibrary.getVersionXyz Method

Module: DevicesLibrary

Definition

Retrieves the library version as a structure.

@staticmethod
get_version_xyz() -> LibVersion

Returns

The version.

Exceptions

An error has occurred during Devices Library execution.
static LibVersion getVersionXyz()

Returns

The version.

Exceptions

An error has occurred during Devices Library execution.
public static LibVersion GetVersionXyz()

Returns

The version.

Exceptions

An error has occurred during Devices Library execution.
public static LibVersion getVersionXyz() throws DevicesException

Returns

The version.

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesLibrary_GetVersionXyz (
    id3DevicesLibVersion * sVersion)

Parameters

out The version.

Returns

int
An error code.
See id3DevicesError file for the list of possible error codes.