Resource handle structure. More...
#include <wiced_resource.h>
Data Fields | |
resource_location_t | location |
resource location More... | |
unsigned long | size |
resource size More... | |
memory_resource_handle_t | mem |
< filesystem resource handle More... | |
void * | external_storage_context |
< memory resource handle More... | |
Resource handle structure.
Definition at line 156 of file wiced_resource.h.
void* external_storage_context |
< memory resource handle
Definition at line 164 of file wiced_resource.h.
resource_location_t location |
resource location
Definition at line 158 of file wiced_resource.h.
< filesystem resource handle
Definition at line 163 of file wiced_resource.h.
unsigned long size |
resource size
Definition at line 159 of file wiced_resource.h.