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
I noticed that some code paths use NewDevice while others use DeviceFactory. This results in different concrete types being returned depending on if, for instance, you call GetDevices vs GetPropertyDevices. I ran into this while trying to write some code to work with wireless devices. Is this difference intentional?
The text was updated successfully, but these errors were encountered:
I noticed that some code paths use
NewDevice
while others useDeviceFactory
. This results in different concrete types being returned depending on if, for instance, you callGetDevices
vsGetPropertyDevices
. I ran into this while trying to write some code to work with wireless devices. Is this difference intentional?The text was updated successfully, but these errors were encountered: