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

#include <network.h>

Data Fields

void * buffer
 Pointer to buffer (Set by driver that owns this packet).
void * data
 Start of data within buffer (Set by driver that owns this packet).
int32_t length
 Length of packet data (Set by driver on Receive / Set by caller on Transmit, contains maximum length on Allocate).
uint32_t flags
 Packet specific flags (eg Error, Broadcast etc) (Dependent on network type).

Field Documentation

◆ buffer

void* buffer

Pointer to buffer (Set by driver that owns this packet).

◆ data

void* data

Start of data within buffer (Set by driver that owns this packet).

◆ length

int32_t length

Length of packet data (Set by driver on Receive / Set by caller on Transmit, contains maximum length on Allocate).

◆ flags

uint32_t flags

Packet specific flags (eg Error, Broadcast etc) (Dependent on network type).


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