David Fletcher / Mbed 2 deprecated CC3000WebServer

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

FlashDBContent Struct Reference

FlashDBContent Struct Reference
[Flash-storage database management]

A structure to hold all data about content which was found in a database lookup. More...

#include <FlashDB.h>

Data Fields

uint16 uFlags
 Flags. See FLASHDB_FLAG_*.
uint16 uContentType
 Index of content type entry for this resource, in the content type list.
struct HttpBlob contentBlob
 The content blob's pointer and length.

Detailed Description

A structure to hold all data about content which was found in a database lookup.

Definition at line 69 of file FlashDB.h.


Field Documentation

The content blob's pointer and length.

Definition at line 77 of file FlashDB.h.

uint16 uContentType

Index of content type entry for this resource, in the content type list.

Definition at line 75 of file FlashDB.h.

uint16 uFlags

Flags. See FLASHDB_FLAG_*.

Definition at line 73 of file FlashDB.h.