MGE System Utility Library - Full Internal Documentation  v1.2.1
Library of system utility functions.
confkey Struct Reference

Configuration Key / Value Pair. More...

#include <configfile.h>

Data Fields

char * key
 Key part of pair. More...
 
int mandatory
 Mandatory, 1 = true, 0 = false. More...
 
int present
 Pair present, 1 = true, 0 =false. More...
 
char value [MAX_KEYVAL_LENGTH]
 Value part of pair. More...
 

Detailed Description

Configuration Key / Value Pair.

Field Documentation

◆ key

char* key

Key part of pair.

◆ mandatory

int mandatory

Mandatory, 1 = true, 0 = false.

◆ present

int present

Pair present, 1 = true, 0 =false.

◆ value

char value[MAX_KEYVAL_LENGTH]

Value part of pair.


The documentation for this struct was generated from the following file: