NodeFlags (ENUM)

TYPE NodeFlags :

InOut:

Name

Initial

Comment

LTNF_NONE

16#0

native data (e.g. global variable)

LTNF_VAR

16#1

local variable

LTNF_VAR_INPUT

16#2

input variable

LTNF_VAR_OUTPUT

16#4

output variable

LTNF_VAR_IN_OUT

16#8

in_out variable

LTNF_VAR_EXEC

16#10

Executable member (representing __Main(), method, action etc…)

LTNF_VAR_PROP

16#20

Property with monitoring-type “variable”

LTNF_CALL_PROP

16#40

Property with monitoring-type “call”

LTNF_INHERITED_MEMBER

16#10000

The member is inherited from a base type.