![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
research application on sending data to headend
Dependencies: DataStore JobScheduler NetworkServices W5500Interface nanopb protocol
See "main.cpp" documentation on "API Documentation" tab for details about application.
source/netstack.h@27:60c12f3f3430, 2017-08-04 (annotated)
- Committer:
- sgnezdov
- Date:
- Fri Aug 04 22:03:54 2017 +0000
- Revision:
- 27:60c12f3f3430
- Parent:
- 2:661c545d718e
added documentation to all services and jobs
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sgnezdov | 2:661c545d718e | 1 | #pragma once |
sgnezdov | 2:661c545d718e | 2 | |
sgnezdov | 2:661c545d718e | 3 | #include "mbed.h" |
sgnezdov | 2:661c545d718e | 4 | |
sgnezdov | 27:60c12f3f3430 | 5 | /** |
sgnezdov | 27:60c12f3f3430 | 6 | @file netstack.cpp |
sgnezdov | 27:60c12f3f3430 | 7 | */ |
sgnezdov | 27:60c12f3f3430 | 8 | |
sgnezdov | 27:60c12f3f3430 | 9 | /** initNetworkStack function is responsible for initialization of |
sgnezdov | 27:60c12f3f3430 | 10 | mbed OS network stack according to hardware configuration. |
sgnezdov | 27:60c12f3f3430 | 11 | |
sgnezdov | 27:60c12f3f3430 | 12 | @return NetworkInterface pointer on success or NULL on failure. |
sgnezdov | 27:60c12f3f3430 | 13 | */ |
sgnezdov | 2:661c545d718e | 14 | NetworkInterface* initNetworkStack(uint8_t mac_addr[6]); |