LUFA Library 110528
Ethernet_Frame_Info_t Struct Reference

Ethernet Frame Packet Information Structure. More...

#include <RNDIS.h>

Data Fields

uint8_t FrameData [ETHERNET_FRAME_SIZE_MAX]
uint16_t FrameLength

Detailed Description

Type define for an Ethernet frame buffer data and information structure. This can be used to conveniently store both the size and data in an Ethernet frame.


Field Documentation

uint8_t Ethernet_Frame_Info_t::FrameData[ETHERNET_FRAME_SIZE_MAX]

Ethernet frame contents.

Length in bytes of the Ethernet frame stored in the buffer.


The documentation for this struct was generated from the following file: