tlv-control-response.h
1 
21 #ifndef NDN_TLV_CONTROL_RESPONSE_H
22 #define NDN_TLV_CONTROL_RESPONSE_H
23 
24 #include "../../control-response.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_encodeTlvControlResponse
42  (const struct ndn_ControlResponse *controlResponse,
43  struct ndn_TlvEncoder *encoder);
44 
53 ndn_Error
54 ndn_decodeTlvControlResponse
55  (struct ndn_ControlResponse *controlResponse, struct ndn_TlvDecoder *decoder);
56 
57 #ifdef __cplusplus
58 }
59 #endif
60 
61 #endif
Copyright (C) 2016 Regents of the University of California.
Definition: control-response-types.h:35
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