Functions

Beesnest/DcParameters.cpp File Reference

#include "DcParameters.h"

Go to the source code of this file.

Functions

bool ExtGetParam (const char *name, char *val, int max_len)

Function Documentation

bool ExtGetParam ( const char *  name,
char *  val,
int  max_len 
)
Parameters:
nameThe name (path) of the required value.
valBuffer to put the value in.
max_lenThe size of this buffer.
Returns:
True if the parameter was found in the database.

Definition at line 114 of file DcParameters.cpp.