esp8266ndn
NDN Arduino library for ESP8266 and more
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
ndnph::ndncert Namespace Reference

Namespaces

namespace  challenge_consts
 
namespace  client
 
namespace  detail
 
namespace  ErrorCode
 ErrorCode assigned numbers.
 
namespace  packet_struct
 
namespace  server
 
namespace  Status
 Status assigned numbers.
 
namespace  TT
 TLV-TYPE assigned numbers.
 

Typedefs

using Client = client::Client
 
using Server = server::Server
 

Functions

Component getCaComponent ()
 Return 'CA' component.
 
Component getInfoComponent ()
 Return 'INFO' component.
 
Component getProbeComponent ()
 Return 'PROBE' component.
 
Component getNewComponent ()
 Return 'NEW' component.
 
Component getChallengeComponent ()
 Return 'CHALLENGE' component.
 

Typedef Documentation

◆ Client

◆ Server

Function Documentation

◆ getCaComponent()

Component ndnph::ndncert::getCaComponent ( )
inline

Return 'CA' component.

◆ getChallengeComponent()

Component ndnph::ndncert::getChallengeComponent ( )
inline

Return 'CHALLENGE' component.

◆ getInfoComponent()

Component ndnph::ndncert::getInfoComponent ( )
inline

Return 'INFO' component.

◆ getNewComponent()

Component ndnph::ndncert::getNewComponent ( )
inline

Return 'NEW' component.

◆ getProbeComponent()

Component ndnph::ndncert::getProbeComponent ( )
inline

Return 'PROBE' component.