Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

This function adds a new READ READ task definition during runtime.

Signature

nxa.AddReadTask (string, string, bool, bool, bool, number)

Parameters

NameTypeMandatory/OptionalDescription

stringMitemID of the source Server Item that triggers the task

stringMitemID of the Server Item that has to be read

boolMcorresponds to the
OnReceive
OnReceive parameter of the task definition
(cf. Section 4.5.2)

boolMcorresponds to the
OnSend
OnSend parameter of the task definition
(cf. Section 4.5.2)

boolMcorresponds to the
OnSet
OnSet parameter of the task definition
(cf. Section 4.5.2)

numberMtime interval in milliseconds that the task will be delayed when triggered

Return

...

TypeDescription
stringTaskID that identifies the created task.