RtMappedMemory Constructor (UInt64, Int32, MemoryCachingType)

Creates an instance of a MappedMemory object.

Namespace:  IntervalZero.MaxRT.wRTOS.RtApi.IO
Assembly:  IntervalZero.MaxRT.wRTOS (in IntervalZero.MaxRT.wRTOS.dll) Version: 1.0.0.0 (File version: 1.0.1)

Syntax

Copy
public RtMappedMemory(
    ulong physicalAddress,
    int length,
    MemoryCachingType cacheType
)

Parameters

physicalAddress

Type: System.UInt64
The base address to be mapped.

length

Type: System.Int32
The number of bytes to be mapped.

cacheType

Type: IntervalZero.MaxRT.wRTOS.RtApi.IO.MemoryCachingType
The MemoryCachingType.

See Also: