Network Component  Version 7.7.0
MDK Middleware for IPv4 and IPv6 Networking
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NetSYS: System Core

Events generated by the Network - System Core functions. More...

Functions

__STATIC_INLINE void EvrNetSYS_InitSystem (uint32_t lib_version)
 Event on netInitialize start (Op) More...
 
__STATIC_INLINE void EvrNetSYS_ThreadCreateFailed (void)
 Event on netInitialize thread create failed (Error) More...
 
__STATIC_INLINE void EvrNetSYS_TimerCreateFailed (void)
 Event on netInitialize timer create failed (Error) More...
 
__STATIC_INLINE void EvrNetSYS_InitComplete (void)
 Event on netInitialize complete (Op) More...
 
__STATIC_INLINE void EvrNetSYS_GetOption (uint32_t if_id, int32_t option)
 Event on netIF_GetOption (API) More...
 
__STATIC_INLINE void EvrNetSYS_SetOption (uint32_t if_id, int32_t option)
 Event on netIF_SetOption (API) More...
 
__STATIC_INLINE void EvrNetSYS_SetDefault (uint32_t if_id, int32_t ip_version)
 Event on netIF_SetDefault (API) More...
 
__STATIC_INLINE void EvrNetSYS_SetHostName (const char *name, uint32_t length)
 Event on netSYS_SetHostName entry (API) More...
 

Description

Events generated by the Network - System Core functions.

Function Documentation

__STATIC_INLINE void EvrNetSYS_GetOption ( uint32_t  if_id,
int32_t  option 
)

Event on netIF_GetOption (API)

Parameters
if_idinterface identification (class and number)
optioninterface option as specified by netIF_Option
__STATIC_INLINE void EvrNetSYS_InitComplete ( void  )

Event on netInitialize complete (Op)

__STATIC_INLINE void EvrNetSYS_InitSystem ( uint32_t  lib_version)

Event on netInitialize start (Op)

Parameters
lib_versionencoded library version BCD (MMmmbbbb)
  • MM: Major
  • mm: minor
  • bbbb: build
__STATIC_INLINE void EvrNetSYS_SetDefault ( uint32_t  if_id,
int32_t  ip_version 
)

Event on netIF_SetDefault (API)

Parameters
if_idinterface identification (class and number)
ip_versioninternet protocol version as specified by netIF_Version
__STATIC_INLINE void EvrNetSYS_SetHostName ( const char *  name,
uint32_t  length 
)

Event on netSYS_SetHostName entry (API)

Parameters
namepointer to host name string
lengthlength of host name string
__STATIC_INLINE void EvrNetSYS_SetOption ( uint32_t  if_id,
int32_t  option 
)

Event on netIF_SetOption (API)

Parameters
if_idinterface identification (class and number)
optioninterface option as specified by netIF_Option
__STATIC_INLINE void EvrNetSYS_ThreadCreateFailed ( void  )

Event on netInitialize thread create failed (Error)

__STATIC_INLINE void EvrNetSYS_TimerCreateFailed ( void  )

Event on netInitialize timer create failed (Error)