24 #ifndef NDN_CXX_LP_NACK_HPP 25 #define NDN_CXX_LP_NACK_HPP 27 #include "../common.hpp" 28 #include "../interest.hpp" 29 #include "../packet-base.hpp" 112 #endif // NDN_CXX_LP_NACK_HPP Copyright (c) 2013-2017 Regents of the University of California.
const NackHeader & getHeader() const
Nack & setHeader(const NackHeader &header)
const Interest & getInterest() const
represents an Interest packet
NackReason
indicates the reason type of a network NACK
Nack & setHeader(NackHeader &&header)
represents a Network Nack
NackReason getReason() const
base class to allow simple management of packet tags
Nack & setReason(NackReason reason)