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/api/networksocket/networksocket.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ The network socket API provides a common interface for using sockets on network
97
97
-[UDPSocket](udpsocket.html): This class provides the ability to send packets of data over UDP.
98
98
-[TCPSocket](tcpsocket.html): This class provides the ability to send a stream of data over TCP.
99
99
-[SocketAddress](socketaddress.html): You can use this class to represent the IP address and port pair of a unique network endpoint.
100
-
-[CellularNonIPSocket](cellularnonipsocket.html): This class provides the ability to send and receive 3GPP non-IP datagrams (NIDD) using our cellular IoT feature.
100
+
-[CellularNonIPSocket](cellularnonipsocket.html): This class provides the ability to send and receive 3GPP non-IP datagrams (NIDD) using the cellular IoT feature.
101
101
-[Network status](network-status.html): API for monitoring network status changes.
102
102
-[DNS resolver](dns-resolver.html): API for resolving DNS names
0 commit comments