anjay
Loading...
Searching...
No Matches
bootstrapper.h
Go to the documentation of this file.
1/*
2 * Copyright 2017-2024 AVSystem <avsystem@avsystem.com>
3 * AVSystem Anjay LwM2M SDK
4 * All rights reserved.
5 *
6 * Licensed under the AVSystem-5-clause License.
7 * See the attached LICENSE file for details.
8 */
9#ifndef ANJAY_INCLUDE_ANJAY_BOOTSTRAPPER_H
10#define ANJAY_INCLUDE_ANJAY_BOOTSTRAPPER_H
11
12#include <avsystem/commons/avs_stream.h>
13
14#include <anjay/core.h>
15
16#ifdef __cplusplus
17extern "C" {
18#endif
19
29avs_error_t anjay_bootstrapper(anjay_t *anjay, avs_stream_t *data_stream);
30
31#ifdef __cplusplus
32}
33#endif
34
35#endif /* ANJAY_INCLUDE_ANJAY_BOOTSTRAPPER_H */
avs_error_t anjay_bootstrapper(anjay_t *anjay, avs_stream_t *data_stream)
struct anjay_struct anjay_t
Definition core.h:45