DeviceManager.getDeviceInfo Method¶
Module: DeviceManager
Definition¶
Fetches a device object by its ID.
static DeviceInfo? getDeviceInfo(int deviceId)
Parameters
deviceId intin The identifier for the target device.
Returns
The retrieved device object.
Exceptions
An error has occurred during Devices Library execution.