Public Attributes | List of all members
ndn_ControlResponse Struct Reference

Copyright (C) 2016 Regents of the University of California. More...

#include <control-response-types.h>

Inheritance diagram for ndn_ControlResponse:
ndn::ControlResponseLite

Public Attributes

int statusCode
 -1 for none. More...
 
struct ndn_Blob statusText
 A Blob whose value is a pointer to pre-allocated buffer. More...
 
int hasBodyAsControlParameters
 
struct ndn_ControlParameters bodyAsControlParameters
 

Detailed Description

Copyright (C) 2016 Regents of the University of California.

Author
: Jeff Thompson jefft.nosp@m.0@re.nosp@m.map.u.nosp@m.cla..nosp@m.edu

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version, with the additional exemption that compiling, linking, and/or using OpenSSL is allowed.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see http://www.gnu.org/licenses/. A copy of the GNU Lesser General Public License is in the file COPYING. An ndn_ControlResponse struct holds a status code, status text and other fields for a ControlResponse which is used, for example, in the response from sending a register prefix control command to a forwarder.

Member Data Documentation

int ndn_ControlResponse::statusCode

-1 for none.

struct ndn_Blob ndn_ControlResponse::statusText

A Blob whose value is a pointer to pre-allocated buffer.

0 for none.


The documentation for this struct was generated from the following file: