Events generated by the Network - Loopback Interface functions. More...
Functions | |
__STATIC_INLINE void | EvrNetLOOP_InitInterface (void) |
Event on Loopback interface initialize (Op) | |
__STATIC_INLINE void | EvrNetLOOP_SendFrame (uint32_t length, uint8_t ip_version) |
Event on Loopback send frame (Op) | |
__STATIC_INLINE void | EvrNetLOOP_NoMemoryError (void) |
Event on Loopback out of memory for send (Error) | |
__STATIC_INLINE void | EvrNetLOOP_ReceiveFrame (uint32_t length, uint8_t ip_version) |
Event on Loopback receive frame (Op) | |
__STATIC_INLINE void | EvrNetLOOP_UninitInterface (void) |
Event on Loopback interface de-initialize (Op) | |
Events generated by the Network - Loopback Interface functions.
The Network Loopback Interface functions generate events that inform about events in the loopback network interface and help in troubleshooting.
__STATIC_INLINE void EvrNetLOOP_InitInterface | ( | void | ) |
Event on Loopback interface initialize (Op)
The event InitInterface is created when the loopback interface is initialized, that is, when the function netInitialize is executed.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrNetLOOP_NoMemoryError | ( | void | ) |
Event on Loopback out of memory for send (Error)
The event NoMemoryError is created when the internal send_frame function wants to allocate the memory for the frame to be sent to the loopback interface, but no memory is available. Therefore, the frame is not sent.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrNetLOOP_ReceiveFrame | ( | uint32_t | length, |
uint8_t | ip_version | ||
) |
Event on Loopback receive frame (Op)
length | frame length in bytes |
ip_version | internet protocol version
|
The event ReceiveFrame is created when the network library receives the frame on the loopback interface.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrNetLOOP_SendFrame | ( | uint32_t | length, |
uint8_t | ip_version | ||
) |
Event on Loopback send frame (Op)
length | frame length in bytes |
ip_version | internet protocol version
|
The event SendFrame is created when the frame is sent to the loopback interface.
Value in the Event Recorder shows:
__STATIC_INLINE void EvrNetLOOP_UninitInterface | ( | void | ) |
Event on Loopback interface de-initialize (Op)
The event UninitInterface is created when the function netUninitialize is executed.
Value in the Event Recorder shows: