esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
port.hpp
Go to the documentation of this file.
1#ifndef NDNPH_PORT_TRANSPORT_PORT_HPP
2#define NDNPH_PORT_TRANSPORT_PORT_HPP
3
5
6#ifdef NDNPH_PORT_TRANSPORT_CUSTOM
7// Custom transport port will be included later.
8#else
9
10#ifdef NDNPH_PORT_TRANSPORT_SOCKET
12#endif
13
14#ifdef NDNPH_PORT_TRANSPORT_MEMIF
15#include "memif.hpp"
16#endif
17
18#endif // NDNPH_PORT_TRANSPORT_CUSTOM
19
20#endif // NDNPH_PORT_TRANSPORT_PORT_HPP