GetConfigs [1/3]

Retrieves the configuration information of the RTE object.

bool GetConfigs(Config *config, Error *err = nullptr)
Since
Added since v4.4.0.

Timing

Call this method after calling Rte.

Parameters

config
An output parameter. Represents the configuration information of the RTE object. See Config.
err
An output parameter. Status or error information. See Error.

Return Values

  • true: Retrieval succeeded.
  • false: Retrieval failed.