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
Copy file name to clipboardExpand all lines: docs/reference/api/connectivity/networksocket/EthInterface.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,16 @@ To bring up the network interface:
15
15
1. Once you connect the EthInterface, you can use it as a
16
16
target for opening [network sockets](/docs/v5.7/reference/network-socket.html).
17
17
18
-
### EthInterface example
18
+
### EthInterface examples
19
19
20
20
Here is an example of an HTTP client program. The program brings up Ethernet as the underlying network interface and uses it to perform an HTTP transaction over a TCPSocket:
Here is an example showing how to register a status callback that gets triggered when connection state changes. This also works with other network interfaces if support is provided.
0 commit comments