24 #ifndef NDN_CXX_LP_NACK_HPP
25 #define NDN_CXX_LP_NACK_HPP
Represents an Interest packet.
Base class to allow simple management of packet tags.
Represents a Network Nack.
const Interest & getInterest() const
Nack & setHeader(const NackHeader &header)
Nack & setReason(NackReason reason)
Nack & setHeader(NackHeader &&header)
NackReason getReason() const
const NackHeader & getHeader() const
NackReason
Indicates the reason type of a Network Nack.