esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Typedefs | Functions
ndnph::ndncert Namespace Reference

Namespaces

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

Typedefs

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

Functions

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

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.