Parameter setting
Synopsis:
#include <aoi.h>
typedef struct AOParam
{
const char *name;
const char *value;
} AOParam_t;
Description:
The
AOParam_t structure stores a parameter setting and contains the following members:
- name
- The name of the parameter being set.
- value
- A string containing the value of the parameter.
Classification:
QNX Neutrino