AOParam_t

Updated: April 19, 2023

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