RndisTxBufferDesc Struct Reference

TX buffer descriptor. More...

#include <rndis_driver.h>

Data Fields

bool_t ready
 
size_t length
 
uint8_t data [RNDIS_TX_BUFFER_SIZE]
 

Detailed Description

TX buffer descriptor.

Definition at line 70 of file rndis_driver.h.

Field Documentation

◆ data

uint8_t data[RNDIS_TX_BUFFER_SIZE]

Definition at line 74 of file rndis_driver.h.

◆ length

size_t length

Definition at line 73 of file rndis_driver.h.

◆ ready

bool_t ready

Definition at line 72 of file rndis_driver.h.


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