DeviceModel.name Property

Module: DeviceModel

Type: string

Definition

Identifies the device model with a unique name

This name is used for logging, configuration, and user interface presentation, facilitating easy recognition and selection of the device model in software.

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 id3DevicesDeviceModel_GetName (ID3_DEVICES_DEVICE_MODEL hDeviceModel, char * name, int * nameSize)
int id3DevicesDeviceModel_SetName (ID3_DEVICES_DEVICE_MODEL hDeviceModel, const char * name)

Returns

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