#include "common.hpp"#include "face-counters.hpp"#include <ndn-cxx/util/face-uri.hpp>#include <ndn-cxx/management/nfd-face-status.hpp>#include <ndn-cxx/management/nfd-face-event-notification.hpp>

Go to the source code of this file.
Classes | |
| class | nfd::Face |
| represents a face More... | |
| class | nfd::Face::Error |
| Face-related error. More... | |
Namespaces | |
| nfd | |
| Copyright (c) 2011-2015 Regents of the University of California. | |
Typedefs | |
| typedef int | nfd::FaceId |
Variables | |
| const FaceId | nfd::INVALID_FACEID = -1 |
| indicates an invalid FaceId More... | |
| const FaceId | nfd::FACEID_INTERNAL_FACE = 1 |
| identifies the InternalFace used in management More... | |
| const FaceId | nfd::FACEID_CONTENT_STORE = 254 |
| identifies a packet comes from the ContentStore, in LocalControlHeader incomingFaceId More... | |
| const FaceId | nfd::FACEID_NULL = 255 |
| identifies the NullFace that drops every packet More... | |
| const FaceId | nfd::FACEID_RESERVED_MAX = 255 |
| upper bound of reserved FaceIds More... | |