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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: