PluginInfo.name Property

Module: PluginInfo

Type: string

Definition

Identifies the plugin by a unique name, used for display and identification purposes.

name: str

Exceptions

An error has occurred during Devices Library execution.
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

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