esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ndnph::transport::Transport Member List

This is the complete list of members for ndnph::transport::Transport, including all inherited members.

doIsUp() const =0ndnph::transport::Transportprivatepure virtual
doLoop()=0ndnph::transport::Transportprivatepure virtual
doSend(const uint8_t *pkt, size_t pktLen, uint64_t endpointId)=0ndnph::transport::Transportprivatepure virtual
invokeRxCallback(const uint8_t *pkt, size_t pktLen, uint64_t endpointId=0)ndnph::transport::Transportinlineprotected
isUp() constndnph::transport::Transportinline
loop()ndnph::transport::Transportinline
RxCallback typedefndnph::transport::Transport
send(const uint8_t *pkt, size_t pktLen, uint64_t endpointId=0)ndnph::transport::Transportinline
setRxCallback(RxCallback cb, void *ctx)ndnph::transport::Transportinline
~Transport()=defaultndnph::transport::Transportvirtual