32#ifndef __CELLULAR_COMMON_PORTABLE_H__
33#define __CELLULAR_COMMON_PORTABLE_H__
58 void ** ppModuleContext );
CellularError_t Cellular_ModuleInit(const CellularContext_t *pContext, void **ppModuleContext)
Cellular module init function.
CellularError_t Cellular_ModuleEnableUE(CellularContext_t *pContext)
Cellular module user equipment setup function.
CellularError_t Cellular_ModuleCleanUp(const CellularContext_t *pContext)
Cellular module cleanup function.
CellularError_t Cellular_ModuleEnableUrc(CellularContext_t *pContext)
Cellular module URC enable function.
CellularError_t
Status code returns from APIs.
Definition: cellular_types.h:88