PluginInfo.description Property¶
Module: PluginInfo
Type: string
Definition¶
Provides a detailed description of the plugin, offering insights into its purpose, functionality, and use cases.
description: str
Exceptions
An error has occurred during Devices Library execution.
String get description => getDescription();
Exceptions
An error has occurred during Devices Library execution.
public string description
{
get => Getdescription();
}
Exceptions
An error has occurred during Devices Library execution.
public String getDescription() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesPluginInfo_GetDescription (ID3_DEVICES_PLUGIN_INFO hPluginInfo, char * description, int * descriptionSize)
Returns