xref: /third_party/libcoap/examples/riot/examples_libcoap_client/client-coap.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/libcoap/examples/riot/examples_libcoap_client/
1c87c5fbaSopenharmony_ci/*
2c87c5fbaSopenharmony_ci * client-coap.h -- RIOT client example
3c87c5fbaSopenharmony_ci *
4c87c5fbaSopenharmony_ci * Copyright (C) 2023 Jon Shallow <supjps-libcoap@jpshallow.com>
5c87c5fbaSopenharmony_ci *
6c87c5fbaSopenharmony_ci * SPDX-License-Identifier: BSD-2-Clause
7c87c5fbaSopenharmony_ci *
8c87c5fbaSopenharmony_ci * This file is part of the CoAP library libcoap. Please see README for terms
9c87c5fbaSopenharmony_ci * of use.
10c87c5fbaSopenharmony_ci */
11c87c5fbaSopenharmony_ci
12c87c5fbaSopenharmony_ci#ifndef CLIENT_COAP_H
13c87c5fbaSopenharmony_ci#define CLIENT_COAP_H
14c87c5fbaSopenharmony_ci
15c87c5fbaSopenharmony_ci#ifdef __cplusplus
16c87c5fbaSopenharmony_ciextern "C" {
17c87c5fbaSopenharmony_ci#endif
18c87c5fbaSopenharmony_ci
19c87c5fbaSopenharmony_ci#include "coap_config.h"
20c87c5fbaSopenharmony_ci#include <coap3/coap.h>
21c87c5fbaSopenharmony_ci
22c87c5fbaSopenharmony_ci/* Start up the CoAP Client */
23c87c5fbaSopenharmony_civoid client_coap_init(int argc, char **argv);
24c87c5fbaSopenharmony_ci
25c87c5fbaSopenharmony_ci#ifdef __cplusplus
26c87c5fbaSopenharmony_ci}
27c87c5fbaSopenharmony_ci#endif
28c87c5fbaSopenharmony_ci
29c87c5fbaSopenharmony_ci#endif /* CLIENT_COAP_H */
30

Indexes created Thu Nov 07 10:32:03 CST 2024