LUFA (Formerly MyUSB) Library 100807

Ethernet_Frame_Info_t Struct Reference

RNDIS Ethernet Frame Packet Information Structure. More...

#include <RNDIS.h>

Data Fields

uint8_t FrameData [ETHERNET_FRAME_SIZE_MAX]
uint16_t FrameLength
bool FrameInBuffer

Detailed Description

Type define for an Ethernet frame buffer data and information structure.


Field Documentation

uint8_t Ethernet_Frame_Info_t::FrameData[ETHERNET_FRAME_SIZE_MAX]

Ethernet frame contents.

Indicates if a frame is currently stored in the buffer.

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


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines