Network Component  Version 7.9.0
MDK Middleware for IPv4 and IPv6 Networking
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NetLOOP: Loopback Interface

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...
 
__STATIC_INLINE void EvrNetLOOP_UninitInterface (void)
 Event on Loopback interface de-initialize (Op) More...
 

Description

Events generated by the Network - Loopback Interface functions.

Function Documentation

__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)

Parameters
lengthframe length in bytes
ip_versioninternet protocol version
  • 0: IPv4
  • 1: IPv6
__STATIC_INLINE void EvrNetLOOP_SendFrame ( uint32_t  length,
uint8_t  ip_version 
)

Event on Loopback interface send frame (Op)

Parameters
lengthframe length in bytes
ip_versioninternet protocol version
  • 0: IPv4
  • 1: IPv6
__STATIC_INLINE void EvrNetLOOP_UninitInterface ( void  )

Event on Loopback interface de-initialize (Op)