Table of Contents

Class NativeMemory

Namespace
nanoFramework.Hardware.Esp32
Assembly
nanoFramework.Hardware.Esp32.dll

Class to access information on Native Memory.

public class NativeMemory
Inheritance
NativeMemory
Inherited Members
Extension Methods

Constructors

NativeMemory()

public NativeMemory()

Methods

GetMemoryInfo(MemoryType, out uint, out uint, out uint)

Get information on native memory.

public static void GetMemoryInfo(NativeMemory.MemoryType memType, out uint totalSize, out uint totalFreeSize, out uint largestFreeBlock)

Parameters

memType NativeMemory.MemoryType
totalSize uint
totalFreeSize uint
largestFreeBlock uint