![]() |
Network Component
Version 7.7.0
MDK Middleware for IPv4 and IPv6 Networking
|
Events generated by the Network - Loopback Interface functions. More...
Functions | |
__STATIC_INLINE void | EvrNetLOOP_InitInterface (void) |
Event on Loopback interface initialize (Op) More... | |
__STATIC_INLINE void | EvrNetLOOP_SendFrame (uint32_t length, uint8_t ip_version) |
Event on Loopback interface send frame (Op) More... | |
__STATIC_INLINE void | EvrNetLOOP_NoMemoryError (void) |
Event on Loopback interface out of memory error (Error) More... | |
__STATIC_INLINE void | EvrNetLOOP_ReceiveFrame (uint32_t length, uint8_t ip_version) |
Event on Loopback interface receive frame (Op) More... | |
Events generated by the Network - Loopback Interface functions.
__STATIC_INLINE void EvrNetLOOP_InitInterface | ( | void | ) |
Event on Loopback interface initialize (Op)
__STATIC_INLINE void EvrNetLOOP_NoMemoryError | ( | void | ) |
Event on Loopback interface out of memory error (Error)
__STATIC_INLINE void EvrNetLOOP_ReceiveFrame | ( | uint32_t | length, |
uint8_t | ip_version | ||
) |
Event on Loopback interface receive frame (Op)
length | frame length in bytes |
ip_version | internet protocol version
|
__STATIC_INLINE void EvrNetLOOP_SendFrame | ( | uint32_t | length, |
uint8_t | ip_version | ||
) |
Event on Loopback interface send frame (Op)
length | frame length in bytes |
ip_version | internet protocol version
|