#include "face.hpp"
Go to the source code of this file.
Classes | |
class | nfd::ProtocolFactory |
struct | nfd::ProtocolFactory::Error |
Base class for all exceptions thrown by channel factories. More... | |
Namespaces | |
nfd | |
Copyright (c) 2011-2015 Regents of the University of California. | |
Typedefs | |
typedef function< void(const shared_ptr< Face > &newFace)> | nfd::FaceCreatedCallback |
Prototype for the callback called when face is created (as a response to incoming connection or after connection is established) More... | |
typedef function< void(const std::string &reason)> | nfd::FaceConnectFailedCallback |
Prototype for the callback that is called when face is failed to get created. More... | |