WLJS LogoWLJS Notebook

RawMemoryImport

RawMemoryImport[ptr, format] imports raw memory from the pointer ptr with the specified format.

  • RawMemoryImport[format] represents an operator form of RawMemoryImport that can be applied to an expression.

Examples

ptr = RawMemoryAllocate["UnsignedInteger8", 10];
RawMemoryImport[ptr, "UnsignedInteger8"]

Please visit the official Wolfram Language Reference for more details.

On this page