DeviceInfo.name Property

Module: DeviceInfo

Type: string

Definition

The human-readable name of the device, used for identification and display purposes.

name: str

Exceptions

An error has occurred during Devices Library execution.
String get name => getName();
set name(String value) => setName(value);

Exceptions

An error has occurred during Devices Library execution.
public string name
{
    get => Getname();
    set => Setname(ref value);
}

Exceptions

An error has occurred during Devices Library execution.
public String getName() throws DevicesException
public void setName(String name) throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesDeviceInfo_GetName (ID3_DEVICES_DEVICE_INFO hDeviceInfo, char * name, int * nameSize)
int id3DevicesDeviceInfo_SetName (ID3_DEVICES_DEVICE_INFO hDeviceInfo, const char * name)

Returns

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