| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
Convenience type for representing opaque data. More...
#include <doca_types.h>
Data Fields | |
| void * | ptr |
| uint64_t | u64 |
Convenience type for representing opaque data.
Definition at line 56 of file doca_types.h.
| void* doca_data::ptr |
Data as a pointer
Definition at line 57 of file doca_types.h.
| uint64_t doca_data::u64 |
Data as a 64-bit unsigned integer
Definition at line 58 of file doca_types.h.