libmygpio
libmygpio API documentation
Loading...
Searching...
No Matches
libmygpio_gpiolist.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_GPIOLIST_H
14#define LIBMYGPIO_GPIOLIST_H
15
16#include <stdbool.h>
17
18#ifdef __cplusplus
19extern "C" {
20#endif
21
23struct t_mygpio_gpio;
24
32
39bool mygpio_gpiolist(struct t_mygpio_connection *connection);
40
49
53
54#ifdef __cplusplus
55}
56#endif
57
58#endif
struct t_mygpio_gpio * mygpio_recv_gpio_list(struct t_mygpio_connection *connection)
bool mygpio_gpiolist(struct t_mygpio_connection *connection)