![]() |
Network Component
Version 7.3
MDK Middleware for IPv4 and IPv6 Networking
|
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_SetHostName (const char *name, uint32_t length) |
Event on netSYS_SetHostName entry (API) More... | |
Events generated by the Network - System Core functions.
__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)
lib_version | encoded library version BCD (MMmmbbbb)
|
__STATIC_INLINE void EvrNetSYS_SetHostName | ( | const char * | name, |
uint32_t | length | ||
) |
Event on netSYS_SetHostName entry (API)
name | pointer to host name string |
length | length of host name string |
__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)