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

Client application. More...

#include <client.hpp>

Inherits ndnph::PacketHandler.

Classes

struct  Options
 

Public Types

using Callback = void(*)(void *ctx, Data cert)
 Callback to be invoked upon completion of a certificate request procedure. More...
 
- Public Types inherited from ndnph::PacketHandler
using PacketInfo = Face::PacketInfo
 

Static Public Member Functions

static void requestCertificate (const Options &opts)
 Request a certificate. More...
 

Additional Inherited Members

- Public Member Functions inherited from ndnph::PacketHandler
 PacketHandler ()=default
 Construct without adding to Face. More...
 
 PacketHandler (Face &face, int8_t prio=0)
 Construct and add handler to Face. More...
 
- Protected Member Functions inherited from ndnph::PacketHandler
virtual ~PacketHandler ()
 Remove handler from Face. More...
 
FacegetFace () const
 
const PacketInfogetCurrentPacketInfo () const
 Retrieve information about current processing packet. More...
 
template<typename Packet >
bool send (Region &region, const Packet &packet, PacketInfo pi={})
 Synchronously transmit a packet. More...
 
template<typename Packet , typename... PacketInfoModifier>
bool send (Region &region, const Packet &packet, const PacketInfoModifier &... pim)
 Synchronously transmit a packet. More...
 
template<typename Packet , typename... Arg, typename = typename std::enable_if< !std::is_base_of<Region, typename std::decay<Packet>::type>::value>::type>
bool send (const Packet &packet, Arg &&... arg)
 Synchronously transmit a packet. More...
 
template<typename... Arg>
bool reply (Arg &&... arg)
 Synchronously transmit a packet in reply to current processing packet. More...
 

Detailed Description

Client application.

Member Typedef Documentation

◆ Callback

using ndnph::ndncert::client::Client::Callback = void (*)(void* ctx, Data cert)

Callback to be invoked upon completion of a certificate request procedure.

Parameters
ctxcontext pointer.
certobtained certificate, or a falsy value upon failure.

Member Function Documentation

◆ requestCertificate()

static void ndnph::ndncert::client::Client::requestCertificate ( const Options opts)
inlinestatic

Request a certificate.


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