PluginInfo.version Property

Module: PluginInfo

Type: LibVersion

Definition

Indicates the version of the plugin, represented by a LibVersion object, which includes detailed versioning information to manage compatibility and updates.

version: LibVersion

Exceptions

An error has occurred during Devices Library execution.
LibVersion get version => getVersion();

Exceptions

An error has occurred during Devices Library execution.
public LibVersion version
{
    get => Getversion();
}

Exceptions

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

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesPluginInfo_GetVersion (ID3_DEVICES_PLUGIN_INFO hPluginInfo, id3DevicesLibVersion * sVersion)

Returns

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