DeviceInfo.model Property¶
Module: DeviceInfo
Type: string
Definition¶
A string identifying the device model, providing specific information about the device’s design or capabilities.
String get model => getModel();
set model(String value) => setModel(value);
Exceptions
An error has occurred during Devices Library execution.
public string model
{
get => Getmodel();
set => Setmodel(ref value);
}
Exceptions
An error has occurred during Devices Library execution.
public String getModel() throws DevicesException
public void setModel(String model) throws DevicesException
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesDeviceInfo_GetModel (ID3_DEVICES_DEVICE_INFO hDeviceInfo, char * model, int * modelSize)
int id3DevicesDeviceInfo_SetModel (ID3_DEVICES_DEVICE_INFO hDeviceInfo, const char * model)
Returns