GetJsonParameter
Gets the SDK JSON configuration that has been set.
std::string GetJsonParameter(Error *err = nullptr)
- Since
- v4.5.0
After you call SetJsonParameter to set JSON configuration, you can call this method to get the configured information.
Call timing
Call this method after GetConfigs [1/3].
Restrictions
None.
Parameters
- err
- The state or error information: Error.
Returns
- The JSON configuration, if the method call succeeds.
- An empty string, if the method call fails.