tlv-control-parameters.h
1 
21 #ifndef NDN_TLV_CONTROL_PARAMETERS_OPTIONS_H
22 #define NDN_TLV_CONTROL_PARAMETERS_OPTIONS_H
23 
24 #include "../../control-parameters.h"
25 #include "tlv-encoder.h"
26 #include "tlv-decoder.h"
27 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
40 ndn_Error
41 ndn_encodeTlvControlParameters
42  (const struct ndn_ControlParameters *controlParameters,
43  struct ndn_TlvEncoder *encoder);
44 
53 ndn_Error
54 ndn_decodeTlvControlParameters
55  (struct ndn_ControlParameters *controlParameters, struct ndn_TlvDecoder *decoder);
56 
57 
58 #ifdef __cplusplus
59 }
60 #endif
61 
62 #endif
Copyright (C) 2014-2016 Regents of the University of California.
Definition: tlv-encoder.h:39
Copyright (C) 2014-2016 Regents of the University of California.
Definition: tlv-decoder.h:34
An ndn_ControlParameters holds fields for a ControlParameters which is used in the command interest s...
Definition: control-parameters-types.h:42