Data Fields | |
char * | version |
char * | backendName |
uint8_t | backendIsOpen |
You should not allocate or deallocate memory for each of these members. This is a library responsability.
commandInfo() of the 'kdb info' command to see it in action
Definition at line 351 of file kdb.h.
char* _KDBInfo::version |
Version of the library
Definition at line 354 of file kdb.h.
Referenced by kdbGetInfo(), and kdbInfoToString().
char* _KDBInfo::backendName |
Name of backend being or that will be used
Definition at line 355 of file kdb.h.
Referenced by kdbGetInfo(), and kdbInfoToString().
uint8_t _KDBInfo::backendIsOpen |
1 if backend was already open with kdbOpen(), 0 otherwise
Definition at line 357 of file kdb.h.
Referenced by kdbGetInfo(), and kdbInfoToString().