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

Revision:
0:b26c3526ee89
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/nsp_getput.h	Wed Sep 17 15:24:11 2014 +0000
@@ -0,0 +1,11 @@
+#ifndef __NSP_GETPUT_H
+#define __NSP_GETPUT_H
+
+#include "nsdl_support.h"
+
+#include "NSPio.h"
+
+extern uint8_t nsp_getput(char *tag,NSPio *io,sn_coap_hdr_s *received_coap_ptr, sn_nsdl_addr_s *address, sn_proto_info_s *proto);
+extern uint8_t nsp_getput(char *tag,NSPio *io,sn_coap_hdr_s *received_coap_ptr, sn_nsdl_addr_s *address, sn_proto_info_s *proto,sn_update_observation_t observer);
+
+#endif // __NSP_GETPUT_H
\ No newline at end of file