|
Adds a config item to the device.
Each item represents a variable that the user can modify in xPLHal.
This function must only be called before Init(), i.e. before the config item values are read from the registry or configuration file. - Parameters:
-
| _pItem | config item to be added to the xplDevice |
- Returns:
- False if a config item with the same name has already been added, otherwise it returns true.
- See also:
- GetConfigItem, xplConfigItem
|