IsAddressInArea (FUN)

FUNCTION IsAddressInArea : BOOL

It checks if a generic memory address belongs to a registered memory area.

InOut:

Scope

Name

Type

Comment

Return

IsAddressInArea

BOOL

Input

pAddress

POINTER TO BYTE

Address to check

Output

eType

AREA_TYPE

Redundancy area type where the address belong to

pArea

POINTER TO BYTE

Start address of area

udiSize

UDINT

Size of area