![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#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_PACKET * | packets [] |
| Array of 0 to Count - 1 packets in this entry (Allocated by driver that owns this entry, must be at least one). | |
| 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_PACKET* packets[] |
Array of 0 to Count - 1 packets in this entry (Allocated by driver that owns this entry, must be at least one).