|
esp8266ndn
NDN Arduino library for ESP8266 and more
|
This is the complete list of members for ndnph::transport::Tracer, including all inherited members.
| category | ndnph::transport::Tracer | protected |
| doSend(const uint8_t *pkt, size_t pktLen, uint64_t endpointId) override | ndnph::transport::Tracer | inlineprivatevirtual |
| handleRx(const uint8_t *pkt, size_t pktLen, uint64_t endpointId) override | ndnph::transport::Tracer | inlineprivatevirtual |
| inner | ndnph::transport::TransportWrap | protected |
| invokeRxCallback(const uint8_t *pkt, size_t pktLen, uint64_t endpointId=0) | ndnph::transport::Transport | inlineprotected |
| isUp() const | ndnph::transport::Transport | inline |
| log(char direction, const uint8_t *pkt, size_t pktLen, uint64_t endpointId) | ndnph::transport::Tracer | inlineprivatevirtual |
| loop() | ndnph::transport::Transport | inline |
| RxCallback typedef | ndnph::transport::Transport | |
| send(const uint8_t *pkt, size_t pktLen, uint64_t endpointId=0) | ndnph::transport::Transport | inline |
| setRxCallback(RxCallback cb, void *ctx) | ndnph::transport::Transport | inline |
| Tracer(Transport &inner, const char *category="transport") | ndnph::transport::Tracer | inlineexplicit |
| TransportWrap(Transport &inner) | ndnph::transport::TransportWrap | inlineexplicitprotected |
| ~Transport()=default | ndnph::transport::Transport | virtual |