Not implemented

Namespace: EAL.Interfaces.Logic
Assembly: EAL (in EAL.dll) Version: 1.1.5.0 (1.1.5.0)

Syntax

C#
Array ReadMemoryAreaAsByteArray(
	ApplicationMemoryArea area,
	int byteOffset,
	int byteLength
)
Visual Basic
Function ReadMemoryAreaAsByteArray ( 
	area As ApplicationMemoryArea,
	byteOffset As Integer,
	byteLength As Integer
) As Array
Visual C++
Array^ ReadMemoryAreaAsByteArray(
	ApplicationMemoryArea area, 
	int byteOffset, 
	int byteLength
)

Parameters

area
Type: EAL.Enums..::..ApplicationMemoryArea
Area
byteOffset
Type: System..::..Int32
Byte offset
byteLength
Type: System..::..Int32
Byte length

Return Value

Type: Array
Memory data

See Also