| uint32_t PN_APP_IOD_getModProp | ( | uint32_t | modId, |
| PN_APP_IOD_ModPropEntry_t * | modProp | ||
| ) |
Get the properties of a specific module as defined in pn_app_iod_mod_cfg.c.
A getter function for a modPropList element that corresponds to the module specified by modId.
| [in] | modId | Module ID. |
| [out] | modProp | Pointer to module properties item. |
| PN_API_OK | Operation succeeded. |
| PN_API_ERR_NO_MODULE | Module not found. |
| PN_API_ERR_PARAM | Invalid parameter. |