#include "channel-log.hpp"
#include "face.hpp"
Go to the source code of this file.
|
| nfd |
| Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St.
|
|
| nfd::face |
|
|
typedef function< void(const shared_ptr< Face > &newFace)> | nfd::face::FaceCreatedCallback |
| Prototype for the callback that is invoked when a face is created (in response to an incoming connection or after a connection is established) More...
|
|
typedef function< void(uint32_t status, const std::string &reason)> | nfd::face::FaceCreationFailedCallback |
| Prototype for the callback that is invoked when a face fails to be created. More...
|
|