control-response-types.h
1 
21 #ifndef NDN_CONTROL_RESPONSE_TYPES_H
22 #define NDN_CONTROL_RESPONSE_TYPES_H
23 
24 #include "control-parameters-types.h"
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
36  int statusCode;
39  int hasBodyAsControlParameters;
40  struct ndn_ControlParameters bodyAsControlParameters;
41 };
42 
43 #ifdef __cplusplus
44 }
45 #endif
46 
47 #endif
Copyright (C) 2016 Regents of the University of California.
Definition: control-response-types.h:35
struct ndn_Blob statusText
A Blob whose value is a pointer to pre-allocated buffer.
Definition: control-response-types.h:37
Copyright (C) 2015-2016 Regents of the University of California.
Definition: blob-types.h:33
An ndn_ControlParameters holds fields for a ControlParameters which is used in the command interest s...
Definition: control-parameters-types.h:42
int statusCode
-1 for none.
Definition: control-response-types.h:36