LUFA Library  130901
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
RNDIS_Message_Header_t Struct Reference

RNDIS Common Message Header Structure. More...

#include <RNDISClassCommon.h>

Data Fields

uint32_t MessageLength
 
uint32_t MessageType
 

Detailed Description

Type define for a RNDIS message header, sent before RNDIS messages.

Note
Regardless of CPU architecture, these values should be stored as little endian.

Field Documentation

uint32_t RNDIS_Message_Header_t::MessageLength

Total length of the RNDIS message, in bytes

uint32_t RNDIS_Message_Header_t::MessageType

RNDIS message type, a REMOTE_NDIS_*_MSG constant


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