| uint32_t PN_APP_IOD_getSubmodCfg | ( | uint32_t | api, |
| uint32_t | submodId, | ||
| PN_APP_IOD_SubmodCfgEntry_t * | submodCfg | ||
| ) |
Get the allowed configuration of a specific submodule as defined in pn_app_iod_mod_cfg.c.
A getter function for a submodCfgList element that corresponds to the submodule specified by api and submodId.
| [in] | api | Application Process Identifier. |
| [in] | submodId | Submodule ID. |
| [out] | submodCfg | Pointer to submodule config item. |
| PN_API_OK | Operation succeeded. |
| PN_API_ERR_NO_SUBMODULE | Submodule not found. |
| PN_API_ERR_PARAM | Invalid parameter. |