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

mdltext.h

Committer:
ansond
Date:
2014-09-17
Revision:
0:b26c3526ee89

File content as of revision 0:b26c3526ee89:

// mdl text resource implementation

#ifndef MDL_TEXT_H
#define MDL_TEXT_H

#include "nsp_get.h"

// initialize MBED MDL text resource
void init_mdltext(Resource *resource);

// NSP supports MDL text observation 
extern uint8_t mdltext_cb(sn_coap_hdr_s *received_coap_ptr, sn_nsdl_addr_s *address, sn_proto_info_s *proto);

#endif