|
Teonet library
0.4.7
|
Teonet authentication request list data structure. More...
#include <teo_auth.h>
Data Fields | |
| char * | method |
| char * | url |
| char * | data |
| char * | headers |
| void * | nc_p |
| command_callback | callback |
Teonet authentication request list data structure.
| command_callback teoAuthData::callback |
Referenced by teoAuthProcessCommand().
| char* teoAuthData::data |
Referenced by teoAuthProcessCommand().
| char* teoAuthData::headers |
Referenced by teoAuthProcessCommand().
| char* teoAuthData::method |
Referenced by teoAuthProcessCommand().
| void* teoAuthData::nc_p |
Referenced by teoAuthProcessCommand().
| char* teoAuthData::url |
Referenced by teoAuthProcessCommand().