Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

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

Signature

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

Parameters

Name Type Mandatory/Optional Description
stringMitemID of the source Server Item that triggers the task
stringMitemID of the Server Item that has to be read
boolMcorresponds to the OnReceive parameter of the task definition (cf. Section 4.5.2)
boolMcorresponds to the OnSend parameter of the task definition (cf. Section 4.5.2)
boolMcorresponds to the OnSet parameter of the task definition (cf. Section 4.5.2)
numberMtime interval in milliseconds that the task will be delayed when triggered

Return

None.
  • No labels