yumapro  23.10T-7
YumaPro SDK
Loading...
Searching...
No Matches
agt_ypcoap.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2016 - 2021, YumaWorks, Inc., All Rights Reserved.
3 *
4 * Unless required by applicable law or agreed to in writing,
5 * software distributed under the License is distributed on an
6 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
7 * KIND, either express or implied. See the License for the
8 * specific language governing permissions and limitations
9 * under the License.
10 */
11#ifdef WITH_COAP
12#ifndef _H_agt_ypcoap
13#define _H_agt_ypcoap
14/* FILE: agt_ypcoap.h
15*********************************************************************
16* *
17* P U R P O S E *
18* *
19*********************************************************************/
20
27/*********************************************************************
28* *
29* C H A N G E H I S T O R Y *
30* *
31*********************************************************************
32
33date init comment
34----------------------------------------------------------------------
3525-may-16 abb Begun.
36*/
37
38#ifndef _H_status_enum
39#include "status_enum.h"
40#endif
41
42#ifdef __cplusplus
43extern "C" {
44#endif
45
46/********************************************************************
47* *
48* C O N S T A N T S *
49* *
50*********************************************************************/
51
52
53/********************************************************************
54* *
55* T Y P E S *
56* *
57*********************************************************************/
58
59
60/********************************************************************
61* *
62* F U N C T I O N S *
63* *
64*********************************************************************/
65
66
86extern status_t
87 agt_ypcoap_init (void);
88
89
95extern void
96 agt_ypcoap_cleanup (void);
97
98
105extern void
106 agt_ypcoap_check_io (void);
107
108
112#ifdef __cplusplus
113} /* end extern 'C' */
114#endif
115
116#endif // _H_agt_ypcoap
117#endif // WITH_COAP
void agt_ypcoap_check_io(void)
Check if any CoAP messages to process.
Definition: agt_ypcoap.c:2618
void agt_ypcoap_cleanup(void)
Cleanup the agt_ypcoap module.
Definition: agt_ypcoap.c:2582
status_t agt_ypcoap_init(void)
Initialize the agt_ypcoap module.
Definition: agt_ypcoap.c:2492
status_t
global error return code
Definition: status_enum.h:210
global error status code enumerations