nsp resources for the mbed nsp lighting endpoint

Dependencies:   nsdl_lib

Dependents:   mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet mbed_nsp_endpoint_nxp

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers addldata.h Source File

addldata.h

00001 // AddlData resource implementation
00002 
00003 #ifndef ADDL_DATA_H_
00004 #define ADDL_DATA_H_
00005 
00006 #include "nsp_getput.h"
00007 
00008 // initialize MBED AddlData support
00009 void init_addldata(Resource *resource);
00010 
00011 // NSP supports AddlData modification 
00012 extern uint8_t addldata_cb(sn_coap_hdr_s *received_coap_ptr, sn_nsdl_addr_s *address, sn_proto_info_s *proto);
00013 
00014 #endif