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

Committer:
ansond
Date:
Fri Sep 26 05:55:55 2014 +0000
Revision:
3:30c96bd77160
Parent:
0:b26c3526ee89
updates for new logger

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ansond 0:b26c3526ee89 1 #ifndef __NSP_GET_H
ansond 0:b26c3526ee89 2 #define __NSP_GET_H
ansond 0:b26c3526ee89 3
ansond 0:b26c3526ee89 4 #include "nsdl_support.h"
ansond 0:b26c3526ee89 5
ansond 0:b26c3526ee89 6 #include "MBEDio.h"
ansond 0:b26c3526ee89 7
ansond 0:b26c3526ee89 8 extern uint8_t nsp_get(char *tag,MBEDio *io,sn_coap_hdr_s *received_coap_ptr, sn_nsdl_addr_s *address, sn_proto_info_s *proto);
ansond 0:b26c3526ee89 9 extern uint8_t nsp_get(char *tag,MBEDio *io,sn_coap_hdr_s *received_coap_ptr, sn_nsdl_addr_s *address, sn_proto_info_s *proto,sn_update_observation_t observer);
ansond 0:b26c3526ee89 10
ansond 0:b26c3526ee89 11 #endif // __NSP_GET_H