Supporting both WIFI/Ethernet networks, how does it determine which network to chose for communication.
Shouldn’t this be dependent on your needs? Maybe I misunderstood the question.
Do you mean if both ethernet and wi-fi are active at the same time, how is routing done?
If don’t believe you can have both active at same time with built in firmware.
I’m assuming by using that I can select the connection I want by using the using the SetAsDefaultController and Enable functions provided the NetworkController class. Where are all of these calls documented?
Is this what you are looking for?
I think I have solved the problem. I am going to switch the connection from WIFI/Ethernet based on connection status. I am going to toggle between the two of them by using the SetAsDefaultController() function.