Retrieve the network interface sequence used for connection attempts on multi-interface devices
Device
Array of strings — the current network connection interface sequence
This method returns the sequence of network interface classes that impOS™ is currently using to manage connection attempts. If impOS fails to connect using the current network interface, it will move on to the next interface in sequence. It returns to the start of the list if it fails to make a connection with the last interface in the sequence.
The sequence is provided as an array of Network Interface Identifiers: "wifi"
, "ethernet"
and/or "cell"
.
You can specify your own network interface sequence using imp.net.setserverinterfaces().