Skip to content

Commit 9b57d19

Browse files
author
Amanda Butler
authored
Merge pull request #910 from KariHaapalehto/DTLSSocket_example
DTLSSocket example paragraph added
2 parents f803b98 + 3fe497e commit 9b57d19

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/api/networksocket/DTLSSocket.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ To use secure DTLS connections, application use the `DTLSSocketWrapper` through
1010

1111
[![View code](https://www.mbed.com/embed/?type=library)](https://os.mbed.com/docs/development/mbed-os-api-doxy/class_d_t_l_s_socket.html)
1212

13+
### DTLSSocket example
14+
15+
Please see the TLSSocket example:
16+
17+
[![View code](https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-example-tls-socket/blob/master/)](https://github.com/ARMmbed/mbed-os-example-tls-socket/blob/master/main.cpp)
18+
1319
### Related content
1420

15-
- [Secure Socket](../reference/secure-socket.html)
16-
- [TLSSocket](tlssocket.html)
21+
- [Secure Socket](../reference/secure-socket.html).
22+
- [TLSSocket](tlssocket.html).

0 commit comments

Comments
 (0)