ndn::command_interest Namespace Reference

Variables

constexpr size_t MIN_SIZE = 4
 Minimum number of name components for a Command Interest. More...
 
constexpr ssize_t POS_RANDOM_VAL = -3
 
constexpr ssize_t POS_SIG_INFO = -2
 
constexpr ssize_t POS_SIG_VALUE = -1
 
constexpr ssize_t POS_TIMESTAMP = -4
 

Variable Documentation

◆ MIN_SIZE

constexpr size_t ndn::command_interest::MIN_SIZE = 4
inlineconstexpr

Minimum number of name components for a Command Interest.

Deprecated:
The Command Interest format is deprecated.
See also
https://redmine.named-data.net/projects/ndn-cxx/wiki/CommandInterest

Definition at line 65 of file security-common.hpp.

◆ POS_RANDOM_VAL

constexpr ssize_t ndn::command_interest::POS_RANDOM_VAL = -3
inlineconstexpr
Deprecated:
The Command Interest format is deprecated.

Definition at line 56 of file security-common.hpp.

◆ POS_SIG_INFO

constexpr ssize_t ndn::command_interest::POS_SIG_INFO = -2
inlineconstexpr
Deprecated:
The Command Interest format is deprecated.

Definition at line 54 of file security-common.hpp.

◆ POS_SIG_VALUE

constexpr ssize_t ndn::command_interest::POS_SIG_VALUE = -1
inlineconstexpr
Deprecated:
The Command Interest format is deprecated.

Definition at line 52 of file security-common.hpp.

◆ POS_TIMESTAMP

constexpr ssize_t ndn::command_interest::POS_TIMESTAMP = -4
inlineconstexpr
Deprecated:
The Command Interest format is deprecated.

Definition at line 58 of file security-common.hpp.