26 const AdvertisePrefixCommand::RequestFormat AdvertisePrefixCommand::s_requestFormat =
28 .required(ndn::nfd::CONTROL_PARAMETER_NAME)
29 .optional(ndn::nfd::CONTROL_PARAMETER_FLAGS);
30 const AdvertisePrefixCommand::ResponseFormat AdvertisePrefixCommand::s_responseFormat =
32 .required(ndn::nfd::CONTROL_PARAMETER_NAME)
33 .optional(ndn::nfd::CONTROL_PARAMETER_FLAGS);
35 const WithdrawPrefixCommand::RequestFormat WithdrawPrefixCommand::s_requestFormat =
37 .required(ndn::nfd::CONTROL_PARAMETER_NAME)
38 .optional(ndn::nfd::CONTROL_PARAMETER_FLAGS);
39 const WithdrawPrefixCommand::ResponseFormat WithdrawPrefixCommand::s_responseFormat =
41 .required(ndn::nfd::CONTROL_PARAMETER_NAME)
42 .optional(ndn::nfd::CONTROL_PARAMETER_FLAGS);