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
sVersion
const id3DevicesLibVersion *in Represents the version of the plugin
Returns