Hi, I'm developing a windows application using your SDK for .NET.
User can select either connect to device through USB or Ethernet, but before showing a user a choice to select, I want first try to connect to device using last connection method (like if last time user selected USB, try to use it again) and if it fails, show a dropdown to select another method to connect.
The problem is if let's say USB cable is not connected and connection cannot be established, no event is fired to understand that connection failed, so I could take my further steps...
Setting a timer and check if connected after that period is not a choice for me.