CioVec

data class CioVec(val buf: WasmPtr<Byte>, val bufLen: Size)(source)

A region of memory for scatter/gather writes.

Parameters

buf

The address of the buffer to be written.

bufLen

The length of the buffer to be written.

Constructors

Link copied to clipboard
constructor(buf: WasmPtr<Byte>, bufLen: Size)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard