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

Committer:
sgnezdov
Date:
2017-08-11
Revision:
28:7214f7806526
Parent:
27:60c12f3f3430

File content as of revision 28:7214f7806526:

#pragma once

#include "mbed.h"

/**
@file netstack.cpp
*/

/** initNetworkStack function is responsible for initialization of 
mbed OS network stack according to hardware configuration.

@return NetworkInterface pointer on success or NULL on failure.
*/
NetworkInterface* initNetworkStack(uint8_t mac_addr[6]);