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
19extern "C" {
20#endif
21
23
31
38
42
43#ifdef __cplusplus
44}
45#endif
46
47#endif
bool mygpio_response_end(struct t_mygpio_connection *connection)