Buffer Struct Reference

Buffer Struct Reference#

Runtime Library: mobilint::Buffer Struct Reference
Runtime Library v0.30
Mobilint SDK qb
mobilint::Buffer Struct Reference

A simple byte-sized buffer. More...

#include <type.h>

Public Attributes

int8_t * data = nullptr
uint64_t size = 0

Detailed Description

A simple byte-sized buffer.

This struct represents a contiguous block of memory for storing byte-sized data.

Definition at line 177 of file type.h.

Member Data Documentation

◆ data

int8_t* mobilint::Buffer::data = nullptr

Pointer to the data buffer.

Definition at line 178 of file type.h.

◆ size

uint64_t mobilint::Buffer::size = 0

Size of the buffer in bytes.

Definition at line 179 of file type.h.


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