libmygpio
libmygpio API documentation
Loading...
Searching...
No Matches
libmygpio_hook.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_HOOK_H
14
#define LIBMYGPIO_HOOK_H
15
16
#include "
libmygpio_gpio_struct.h
"
17
18
#include <stdbool.h>
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
24
struct
t_mygpio_connection
;
25
33
40
bool
mygpio_hook
(
struct
t_mygpio_connection
*connection,
const
char
*name);
41
45
46
#ifdef __cplusplus
47
}
48
#endif
49
50
#endif
mygpio_hook
bool mygpio_hook(struct t_mygpio_connection *connection, const char *name)
libmygpio_gpio_struct.h
myGPIOd client library
t_mygpio_connection
libmygpio
include
libmygpio
libmygpio_hook.h
Generated by
1.14.0