CfgMgr::CancelMonitor
Prototype |
uint32_t CfgMgr::CancelMonitor(const std::string &kParam = "") |
|
|---|---|---|
Description |
Cancels listening. |
|
Function Security Level |
ASIL-D |
|
Parameter (IN) |
kParam |
Key value, for example, use_sim_time. By default, this parameter is left blank, indicating that listening on all parameters is canceled. |
Parameter (OUT) |
None |
|
Return |
uint32_t |
CFGMGR_SUCCESS is returned upon success; otherwise, the corresponding error code is returned. |
Usage |
None |
|
Precautions |
|
|
Parent topic: Configuration Management