#include <BundleEvent.h>
Definition at line 242 of file BundleEvent.h.
Public Types | |
enum | QueryType { QueryByIdentifier, QueryByType, QueryAll } |
Public Member Functions | |
MetadataBlockRequest (QueryType query_type, unsigned int query_value) | |
int | query_type () const |
unsigned int | query_value () const |
Private Attributes | |
QueryType | _query_type |
unsigned int | _query_value |
dtn::MetadataBlockRequest::MetadataBlockRequest | ( | QueryType | query_type, | |
unsigned int | query_value | |||
) | [inline] |
Definition at line 246 of file BundleEvent.h.
int dtn::MetadataBlockRequest::query_type | ( | ) | const [inline] |
unsigned int dtn::MetadataBlockRequest::query_value | ( | ) | const [inline] |
unsigned int dtn::MetadataBlockRequest::_query_value [private] |