Events generated by the Network - System Core functions.
More...
Events generated by the Network - System Core functions.
__STATIC_INLINE void EvrNetSYS_GetOption |
( |
uint32_t |
if_id, |
|
|
int32_t |
option |
|
) |
| |
Event on netIF_GetOption (API)
- Parameters
-
if_id | interface identification (class and number) |
option | interface option as specified by netIF_Option |
Event on netInitialize start (Op)
- Parameters
-
lib_version | encoded 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_id | interface identification (class and number) |
ip_version | internet 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
-
name | pointer to host name string |
length | length of host name string |
__STATIC_INLINE void EvrNetSYS_SetOption |
( |
uint32_t |
if_id, |
|
|
int32_t |
option |
|
) |
| |
Event on netIF_SetOption (API)
- Parameters
-
if_id | interface identification (class and number) |
option | interface option as specified by netIF_Option |