#include "EI_API.h"
{
printf(
"Module status: %d\n", status_p.
mod);
printf(
"Network status: %d\n", status_p.
net);
}
void registerStatusCallback()
{
uint32_t errCode;
}
ETHIP_API uint32_t EI_API_ADP_setModuleNetworkStatusFunc(T *pAdp_p, EI_API_ADP_CBStatus callback_p)
Handle module and network status changes.
Definition EI_API_ADP_stub.c:533
void(* EI_API_ADP_CBStatus)(EI_API_ADP_T *pAdp_p, EI_API_ADP_SModNetStatus_t status_p)
Function prototype for adapter status (MS, NS) callback function.
Definition EI_API_def.h:459
EI_API_ADP_EStatus_t mod
Definition EI_API_def.h:197
EI_API_ADP_EStatus_t net
Definition EI_API_def.h:198
General adapter status collection.
Definition EI_API_def.h:196