Skip to content

Commit 9ffb2ef

Browse files
author
Amanda Butler
authored
Add diagram to CellularNonIPSocket.md
Add class hierarchy diagram for consistency.
1 parent 9519fdd commit 9ffb2ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api/networksocket/CellularNonIPSocket.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Non-IP cellular socket
22

3+
<span class="images">![](https://os.mbed.com/docs/mbed-os/development/mbed-os-api-doxy/classmbed_1_1_cellular_non_i_p_socket.png)<span>CellularNonIPSocket class hierarchy</span></span>
4+
35
The CellularNonIPSocket class provides, through standard socket `send` and `recv` member functions, the ability to send and receive 3GPP non-IP datagrams (NIDD) using our cellular IoT feature. This feature is implemented in the [`ControlPlane_netif`](https://os.mbed.com/docs/development/mbed-os-api-doxy/classmbed_1_1_control_plane__netif.html) class.
46

57
The constructor takes no parameters. To initialize the socket on a specified NetworkInterface, you must call the `open` method, which takes a CellularContext pointer.

0 commit comments

Comments
 (0)