Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_NETWORK_ENTRY Struct Reference

#include <network.h>

Data Fields

void * buffer
 Pointer to buffer (Allocated by driver that owns this entry).
uint32_t size
 Size of the buffer (Total size, usable size is Size minus Offset).
uint32_t offset
 Offset to start of data (Data for first packet will be at Buffer plus Offset, must be less than size).
uint32_t count
 Number of packets in the entry (Set by driver that owns this entry, must be at least one).
void * driverdata
 Driver private data (Managed by driver that owns this entry).
NETWORK_PACKETpackets []
 Array of 0 to Count - 1 packets in this entry (Allocated by driver that owns this entry, must be at least one).

Field Documentation

◆ buffer

void* buffer

Pointer to buffer (Allocated by driver that owns this entry).

◆ size

uint32_t size

Size of the buffer (Total size, usable size is Size minus Offset).

◆ offset

uint32_t offset

Offset to start of data (Data for first packet will be at Buffer plus Offset, must be less than size).

◆ count

uint32_t count

Number of packets in the entry (Set by driver that owns this entry, must be at least one).

◆ driverdata

void* driverdata

Driver private data (Managed by driver that owns this entry).

◆ packets

NETWORK_PACKET* packets[]

Array of 0 to Count - 1 packets in this entry (Allocated by driver that owns this entry, must be at least one).


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