InitJson
Function Usage
Initializes JSON.
Prototype
1 | APP_ERROR ConfigData::InitJson(std::ifstream &inFile); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
inFile |
Input |
File to be read |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: ConfigData