You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
It seems the program doesn't work when multiple devices are connected.
In part 1, this line this._deviceManager.GetDevices(ref deviceIds[0], ref count); only gives the first device ID. I'm trying to change it, but it seems the GetDevices method only accepts one string as deviceId and only returns one.
It seems the program doesn't work when multiple devices are connected.
In part 1, this line
this._deviceManager.GetDevices(ref deviceIds[0], ref count);only gives the first device ID. I'm trying to change it, but it seems the GetDevices method only accepts one string as deviceId and only returns one.