esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
ndnph::transport::ForceEndpointId Class Reference

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)
 
- Public Member Functions inherited from ndnph::transport::Transport
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

- Public Types inherited from ndnph::transport::Transport
using RxCallback = void(*)(void *ctx, const uint8_t *pkt, size_t pktLen, uint64_t endpointId)
 
- Protected Member Functions inherited from ndnph::transport::TransportWrap
 TransportWrap (Transport &inner)
 
- Protected Member Functions inherited from ndnph::transport::Transport
void invokeRxCallback (const uint8_t *pkt, size_t pktLen, uint64_t endpointId=0)
 Invoke incoming packet callback for a received packet. More...
 
- Protected Attributes inherited from ndnph::transport::TransportWrap
Transportinner
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ ForceEndpointId()

ndnph::transport::ForceEndpointId::ForceEndpointId ( Transport inner,
uint64_t  endpointId = 0 
)
inlineexplicit

The documentation for this class was generated from the following file: