connectedDevices property

List<DeviceManager<DeviceRegistration, DeviceDescriptor>> connectedDevices

Get the list of connected devices defined in the study deployment.

Implementation

List<DeviceManager> get connectedDevices =>
    _devices.values.where((manager) => manager.isInitialized).toList();