21 #ifndef NDN_BLOB_TYPES_H 
   22 #define NDN_BLOB_TYPES_H 
   24 #include "../common.h" 
size_t length
the number of bytes in value. 
Definition: blob-types.h:35
 
const uint8_t * value
pointer to the pre-allocated buffer for the value. 
Definition: blob-types.h:34
 
Copyright (C) 2015-2016 Regents of the University of California. 
Definition: blob-types.h:33