MBED_DEMOS / nsp_resources

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 mfgtext.h Source File

mfgtext.h

00001 // mfg text resource implementation
00002 
00003 #ifndef MFG_TEXT_H
00004 #define MFG_TEXT_H
00005 
00006 #include "nsp_get.h"
00007 
00008 // initialize MBED MFG text resource
00009 void init_mfgtext(Resource *resource);
00010 
00011 // NSP supports MFG text observation 
00012 extern uint8_t mfgtext_cb(sn_coap_hdr_s *received_coap_ptr, sn_nsdl_addr_s *address, sn_proto_info_s *proto);
00013 
00014 #endif