libkipr
1.0.0
tello.h
Go to the documentation of this file.
1
#ifndef _KIPR_TELLO_TELLO_H_
2
#define _KIPR_TELLO_TELLO_H_
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
char
*
tellos_find
();
9
10
int
tello_connect
(
char
const
* tello);
11
12
int
wpa_cmd
(
char
const
* cmd,
char
* buf);
13
14
int
tello_send
(
char
const
* command);
15
16
int
wpa_sup_connect
();
17
18
#ifdef __cplusplus
19
}
20
#endif
21
22
#endif
tellos_find
char * tellos_find()
tello_connect
int tello_connect(char const *tello)
tello_send
int tello_send(char const *command)
wpa_sup_connect
int wpa_sup_connect()
wpa_cmd
int wpa_cmd(char const *cmd, char *buf)
module
tello
public
kipr
tello
tello.h
Generated by
1.9.1