File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
docs/tutorials/using_apis/connectivity Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
## Cellular TCP sockets
2
2
3
- Establishing a cellular connection to the network with mbed-os only requires the following operations :
3
+ Establishing a cellular connection to the network with Mbed OS only requires the following operations:
4
4
5
5
```
6
6
OnboardCellularInterface iface;
@@ -15,9 +15,6 @@ iface.set_credentials(CREDENTIALS);
15
15
iface.connect()
16
16
```
17
17
18
- This example demonstrates how to establish a connection and proceed to a simple TCP echo test.
19
- [ ![ View Example] [ 1 ]] [ 2 ]
20
-
21
- [ 1 ] : https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/CellularTCP
22
- [ 2 ] : https://github.com/ARMmbed/mbed-os-examples-docs_only/blog/CellularTCP/main.cpp
18
+ This example demonstrates how to establish a connection and proceed to a simple TCP echo test:
23
19
20
+ [ ![ View code] ( https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/CellularTCP/ )] ( https://www.mbed.com/embed/?url=https://github.com/ARMmbed/mbed-os-examples-docs_only/blob/master/CellularTCP/main.cpp )
You can’t perform that action at this time.
0 commit comments