anjay
Loading...
Searching...
No Matches
factory_provisioning.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_FACTORY_PROVISIONING_H
10#define ANJAY_INCLUDE_ANJAY_FACTORY_PROVISIONING_H
11
12#include <avsystem/commons/avs_errno.h>
13#include <avsystem/commons/avs_stream.h>
14
15#include <anjay/core.h>
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
38avs_error_t anjay_factory_provision(anjay_t *anjay, avs_stream_t *data_stream);
39
40#ifdef __cplusplus
41}
42#endif
43
44#endif /* ANJAY_INCLUDE_ANJAY_FACTORY_PROVISIONING_H */
struct anjay_struct anjay_t
Definition core.h:45
avs_error_t anjay_factory_provision(anjay_t *anjay, avs_stream_t *data_stream)