initial release

Dependencies:   BSP_B-L475E-IOT01 MQTT

Fork of Multiprotocol by Farnell-Element14 Bologna IOT Team

Committer:
fabio_gatti
Date:
Wed Aug 22 21:43:31 2018 +0000
Revision:
5:69b70c8fc368
Parent:
3:647e37ef0eec
initial release

Who changed what in which revision?

UserRevisionLine numberNew contents of line
fabio_gatti 3:647e37ef0eec 1 /*
fabio_gatti 3:647e37ef0eec 2 * Copyright (c) 2011-2015 ARM Limited. All rights reserved.
fabio_gatti 3:647e37ef0eec 3 * SPDX-License-Identifier: Apache-2.0
fabio_gatti 3:647e37ef0eec 4 * Licensed under the Apache License, Version 2.0 (the License); you may
fabio_gatti 3:647e37ef0eec 5 * not use this file except in compliance with the License.
fabio_gatti 3:647e37ef0eec 6 * You may obtain a copy of the License at
fabio_gatti 3:647e37ef0eec 7 *
fabio_gatti 3:647e37ef0eec 8 * http://www.apache.org/licenses/LICENSE-2.0
fabio_gatti 3:647e37ef0eec 9 *
fabio_gatti 3:647e37ef0eec 10 * Unless required by applicable law or agreed to in writing, software
fabio_gatti 3:647e37ef0eec 11 * distributed under the License is distributed on an AS IS BASIS, WITHOUT
fabio_gatti 3:647e37ef0eec 12 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
fabio_gatti 3:647e37ef0eec 13 * See the License for the specific language governing permissions and
fabio_gatti 3:647e37ef0eec 14 * limitations under the License.
fabio_gatti 3:647e37ef0eec 15 */
fabio_gatti 3:647e37ef0eec 16
fabio_gatti 3:647e37ef0eec 17 /**
fabio_gatti 3:647e37ef0eec 18 * \file sn_nsdl.h
fabio_gatti 3:647e37ef0eec 19 *
fabio_gatti 3:647e37ef0eec 20 * \brief libNsdl generic header file
fabio_gatti 3:647e37ef0eec 21 *
fabio_gatti 3:647e37ef0eec 22 */
fabio_gatti 3:647e37ef0eec 23
fabio_gatti 3:647e37ef0eec 24 #ifdef __cplusplus
fabio_gatti 3:647e37ef0eec 25 extern "C" {
fabio_gatti 3:647e37ef0eec 26 #endif
fabio_gatti 3:647e37ef0eec 27
fabio_gatti 3:647e37ef0eec 28 #ifndef SN_NSDL_H_
fabio_gatti 3:647e37ef0eec 29 #define SN_NSDL_H_
fabio_gatti 3:647e37ef0eec 30
fabio_gatti 3:647e37ef0eec 31 #define SN_NSDL_SUCCESS 0
fabio_gatti 3:647e37ef0eec 32 #define SN_NSDL_FAILURE (-1)
fabio_gatti 3:647e37ef0eec 33
fabio_gatti 3:647e37ef0eec 34 //#include "sn_coap_header.h"
fabio_gatti 3:647e37ef0eec 35
fabio_gatti 3:647e37ef0eec 36 #endif /* SN_NSDL_H_ */
fabio_gatti 3:647e37ef0eec 37
fabio_gatti 3:647e37ef0eec 38 #ifdef __cplusplus
fabio_gatti 3:647e37ef0eec 39 }
fabio_gatti 3:647e37ef0eec 40 #endif