WLJS LogoWLJS Notebook

RawMemoryRead

RawMemoryRead[ptr] reads raw memory from the pointer ptr.

RawMemoryRead[ptr, offset] reads from an offset pointer.

Examples

ptr = RawMemoryAllocate["Integer32", 10];
RawMemoryRead[ptr]

Please visit the official Wolfram Language Reference for more details.

On this page