AM243x MCU+ SDK  09.01.00
LLDEnetFrame_t Struct Reference

Detailed Description

Structure representing an Ethernet frame.

Data Fields

uint8_t * buf
 
uint32_t size
 
int port
 
int tc
 

Field Documentation

◆ buf

uint8_t* LLDEnetFrame_t::buf

Pointer to the buffer containing the frame data.

◆ size

uint32_t LLDEnetFrame_t::size

Size of the frame.

◆ port

int LLDEnetFrame_t::port

Port number associated with the frame.

◆ tc

int LLDEnetFrame_t::tc

Traffic class associated with the frame. Set to -1 to not assign a traffic class.