esp8266ndn
NDN Arduino library for ESP8266 and more
|
Overwrite endpointId of outgoing packets. More...
#include <transport-force-endpointid.hpp>
Inherits ndnph::transport::TransportWrap.
Public Member Functions | |
ForceEndpointId (Transport &inner, uint64_t endpointId=0) | |
![]() | |
virtual | ~Transport ()=default |
bool | isUp () const |
Determine whether transport is connected. More... | |
void | loop () |
Process periodical events, such as receiving packets. More... | |
void | setRxCallback (RxCallback cb, void *ctx) |
Set incoming packet callback. More... | |
bool | send (const uint8_t *pkt, size_t pktLen, uint64_t endpointId=0) |
Synchronously transmit a packet. More... | |
Additional Inherited Members | |
![]() | |
using | RxCallback = void(*)(void *ctx, const uint8_t *pkt, size_t pktLen, uint64_t endpointId) |
![]() | |
TransportWrap (Transport &inner) | |
![]() | |
void | invokeRxCallback (const uint8_t *pkt, size_t pktLen, uint64_t endpointId=0) |
Invoke incoming packet callback for a received packet. More... | |
![]() | |
Transport & | inner |
Overwrite endpointId of outgoing packets.
One use case is to wrap a transport that is capable of both multicast and unicast, and force every outgoing packet to be sent over multicast.
|
inlineexplicit |