Skip to content

Commit e12ee07

Browse files
committed
Added all the links
1 parent 670d7de commit e12ee07

File tree

1 file changed

+110
-0
lines changed

1 file changed

+110
-0
lines changed

docs/reference/api/api.md

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,113 @@
113113
</tr>
114114
</tbody>
115115
</table>
116+
117+
### Network socket
118+
119+
[Network socket API for TCP/IP.](network-socket.html)
120+
121+
<table>
122+
<tbody>
123+
<tr>
124+
<td><a href="socket.html">Socket</a></td>
125+
<td><a href="socketaddress.html">SocketAddress</a></td>
126+
</tr>
127+
<tr>
128+
<td><a href="udpsocket.html">UDPSocket</a></td>
129+
<td><a href="dns-resolver.html">DNS Resolver</a></td>
130+
<tr>
131+
<td><a href="tcpsocket.html">TCPSocket</a></td>
132+
</tr>
133+
</tbody>
134+
</table>
135+
136+
### Network interfaces
137+
138+
[Network interfaces, Ethernet, Wifi, Cellular & Mesh](network-interfaces.html)
139+
140+
<table>
141+
<tbody>
142+
<tr>
143+
<td><a href="ethernet.html">Ethernet</a></td>
144+
<td><a href="mesh-api.html">6LoWPAN Mesh</a></td>
145+
</tr>
146+
<tr>
147+
<td><a href="wi-fi.html">Wi-Fi</a></td>
148+
<td><a href="network-status.html">Network status</a></td>
149+
<tr>
150+
<td><a href="cellular-api.html">Cellular</a></td>
151+
</tr>
152+
</tbody>
153+
</table>
154+
155+
### Bluetooth Low Energy (BLE)
156+
157+
[Bluetooth Low Energy](bluetooth.html)
158+
159+
<table>
160+
<tbody>
161+
<tr>
162+
<td><a href="ble.html">BLE</a></td>
163+
<td><a href="gattserver.html">GattServer</a></td>
164+
<td><a href="heartrateservice.html">HeartRateService</a></td>
165+
</tr>
166+
<tr>
167+
<td><a href="gap.html">GAP</a></td>
168+
<td><a href="securitymanager.html">SecurityManager</a></td>
169+
<td><a href="ibeacon.html">iBeacon</a></td>
170+
<tr>
171+
<td><a href="gattclient.html">GattClient</a></td>
172+
<td><a href="batteryservice.html">BatteryService</a></td>
173+
</tr>
174+
</tbody>
175+
</table>
176+
177+
### LoRaWAN
178+
179+
[Low power wide area network.](lorawan.html)
180+
181+
### Security
182+
183+
[Working with Arm Mbed uVisor and Arm Mbed TLS in the context of Mbed OS.](security.html)
184+
185+
<table>
186+
<tbody>
187+
<tr>
188+
<td><a href="tls.html">TLS</a></td>
189+
</tr>
190+
<tr>
191+
<td><a href="uvisor.html">uVisor</a></td>
192+
</tr>
193+
</tbody>
194+
</table>
195+
196+
### Storage
197+
198+
[Working with the file system.](storage.html)
199+
200+
<table>
201+
<tbody>
202+
<tr>
203+
<td><a href="filesystem.html">FileSystem</a></td>
204+
<td><a href="fatfilesystem.html">FATFileSystem</a></td>
205+
<td><a href="chainingblockdevice.html">ChainingBlockDevice</a></td>
206+
<td><a href="flashsimblockdevice.html">FlashSimBlockDevice</a></td>
207+
</tr>
208+
<tr>
209+
<td><a href="dir.html">Dir</a></td>
210+
<td><a href="blockdevice.html">BlockDevice</a></td>
211+
<td><a href="slicingblockdevice.html">SlicingBlockDevice</a></td>
212+
<td><a href="nvstore.html">NVStore</a></td>
213+
</tr>
214+
<tr>
215+
<td><a href="file.html">File</a></td>
216+
<td><a href="heapblockdevice.html">HeapBlockDevice</a></td>
217+
<td><a href="profilingblockdevice.html">ProfilingBlockDevice</a></td>
218+
</tr>
219+
<tr>
220+
<td><a href="littlefilesystem.html">LittleFileSystem</a></td>
221+
<td><a href="mbrblockdevice.html">MBRBlockDevice</a></td>
222+
<td><a href="bufferedblockdevice.html">BufferedBlockDevice</a></td>
223+
</tr>
224+
</tbody>
225+
</table>

0 commit comments

Comments
 (0)