DeviceManager.setPluginDescription Method

Module: DeviceManager

Definition

(C++): Defines or updates the description of a plugin within the device manager framework

This function is typically called during the plugin initialization process to provide a human-readable description of the plugin’s purpose, capabilities, or any other relevant information

It aids in the identification and management of loaded plugins by offering more context about their functionality.

int id3DevicesDeviceManager_SetPluginDescription (
    const char * pluginDescription)

Parameters

pluginDescription const char *
in The text description of the plugin

Returns

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