MGE System Utility Library - Full Internal Documentation v1.6.2
Library of system utility functions.
|
Configuration Key / Value Pair. More...
#include <mge-configfile.h>
Data Fields | |
const char * | key |
Key part of pair. | |
int | mandatory |
Mandatory, 1 = true, 0 = false. | |
int | present |
Pair present, 1 = true, 0 =false. | |
char | value [MAX_KEYVAL_LENGTH] |
Value part of pair. | |
Configuration Key / Value Pair.
const char* key |
Key part of pair.
int mandatory |
Mandatory, 1 = true, 0 = false.
int present |
Pair present, 1 = true, 0 =false.
char value[MAX_KEYVAL_LENGTH] |
Value part of pair.