PluginInfo.name Property¶
Module: PluginInfo
Type: string
Definition¶
Identifies the plugin by a unique name, used for display and identification purposes.
String get name => getName();
Exceptions
An error has occurred during Devices Library execution.
public string name
{
get => Getname();
}
Exceptions
An error has occurred during Devices Library execution.
public String getName() throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesPluginInfo_GetName (ID3_DEVICES_PLUGIN_INFO hPluginInfo, char * name, int * nameSize)
Returns