struct Buffer

Defined at line 124 of file fidling/gen/sdk/fidl/fuchsia.mem/fuchsia.mem/cpp/fidl/fuchsia.mem/cpp/wire_types.h

A buffer for data whose size is not necessarily a multiple of the page

size.

DEPRECATED: This type is superfluous and deprecated. Instead of using this type,

use a zx.Handle:VMO object and store the size of the contents in the ZX_PROP_VMO_CONTENT_SIZE

property.

Public Members

vmo vmo
uint64_t size

Public Methods

void _CloseHandles ()