libmygpio
libmygpio API documentation
Loading...
Searching...
No Matches
libmygpio_protocol.h
Go to the documentation of this file.
1
/*
2
SPDX-License-Identifier: GPL-3.0-or-later
3
libmygpio (c) 2020-2026 Juergen Mang <mail@jcgames.de>
4
https://github.com/jcorporation/mympd
5
*/
6
12
13
#ifndef LIBMYGPIO_PROTOCOL_H
14
#define LIBMYGPIO_PROTOCOL_H
15
16
#include <stdbool.h>
17
18
#ifdef __cplusplus
19
extern
"C"
{
20
#endif
21
22
struct
t_mygpio_connection
;
23
31
37
bool
mygpio_response_end
(
struct
t_mygpio_connection
*connection);
38
42
43
#ifdef __cplusplus
44
}
45
#endif
46
47
#endif
mygpio_response_end
bool mygpio_response_end(struct t_mygpio_connection *connection)
t_mygpio_connection
libmygpio
include
libmygpio
libmygpio_protocol.h
Generated by
1.14.0