Mayank Gupta / Mbed OS pelion-example-frdm

Dependencies:   FXAS21002 FXOS8700Q

Embed: (wiki syntax)

« Back to documentation index

sn_nsdl_static_resource_parameters_ Struct Reference

sn_nsdl_static_resource_parameters_ Struct Reference

Defines static parameters for the resource. More...

#include <sn_nsdl_lib.h>

Data Fields

char * resource_type_ptr
 Type of the resource.
char * interface_description_ptr
 Interface description.
char * path
 Resource path.
bool external_memory_block:1
 0 means block messages are handled inside this library, otherwise block messages are passed to application
unsigned mode:2
 STATIC etc.
bool free_on_delete:1
 1 if struct is dynamic allocted --> to be freed

Detailed Description

Defines static parameters for the resource.

Definition at line 176 of file sn_nsdl_lib.h.


Field Documentation

0 means block messages are handled inside this library, otherwise block messages are passed to application

Definition at line 188 of file sn_nsdl_lib.h.

1 if struct is dynamic allocted --> to be freed

Definition at line 191 of file sn_nsdl_lib.h.

Interface description.

Definition at line 182 of file sn_nsdl_lib.h.

unsigned mode

STATIC etc.

Definition at line 190 of file sn_nsdl_lib.h.

char* path

Resource path.

Definition at line 187 of file sn_nsdl_lib.h.

Type of the resource.

Definition at line 179 of file sn_nsdl_lib.h.