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
Conflicting names are in place. There is an enabled boolean which indicates if the device is enabled and should be used when streaming data. This is manipulated via the setEnabled() method. However, there is also a base class method enableDevice() is actually used to configure the device for streaming. For clarity, this should be renamed to something more appropriate, such as configureDevice().
The text was updated successfully, but these errors were encountered:
Conflicting names are in place. There is an
enabled
boolean which indicates if the device is enabled and should be used when streaming data. This is manipulated via thesetEnabled()
method. However, there is also a base class methodenableDevice()
is actually used to configure the device for streaming. For clarity, this should be renamed to something more appropriate, such asconfigureDevice()
.The text was updated successfully, but these errors were encountered: