DeviceManager.setPluginVersion Method

Module: DeviceManager

Definition

(C++): Assigns a version number to a plugin, typically called during the plugin’s initialization phase

This versioning helps manage compatibility between different versions of plugins and the main system, ensuring that only compatible plugins are loaded and used.

int id3DevicesDeviceManager_SetPluginVersion (
    const id3DevicesLibVersion * sVersion)

Parameters

in Represents the version of the plugin

Returns

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