DeviceChannel.deviceInfo Property

Module: DeviceChannel

Type: DeviceInfo

Definition

Fetches the device object.

device_info: DeviceInfo

Exceptions

An error has occurred during Devices Library execution.
DeviceInfo get deviceInfo => getDeviceInfo();

Exceptions

An error has occurred during Devices Library execution.
public DeviceInfo deviceInfo
{
    get => GetdeviceInfo();
}

Exceptions

An error has occurred during Devices Library execution.
public DeviceInfo getDeviceInfo() throws DevicesException

Exceptions

An error has occurred during Devices Library execution.
int id3DevicesDeviceChannel_GetDeviceInfo (ID3_DEVICES_DEVICE_CHANNEL hDeviceChannel, ID3_DEVICES_DEVICE_INFO hDeviceInfo)

Returns

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