SetChildAsUlint

SetChildAsUlint 1:

This method sets the value of an XML node. The value is transferred to the method as input parameter of data type Unsigned Integer64.

Syntax

METHOD SetChildAsUlint : SXmlNode
VAR_INPUT
  n     : SXmlNode;
  value : ULINT;
END_VAR

SetChildAsUlint 2: Return value

Name

Type

SetChildAsUlint

SXmlNode

SetChildAsUlint 3: Inputs

Name

Type

n

SXmlNode

value

ULINT

Sample call:

xmlNode := fbXml.SetChildAsUlint(xmlExistingNode, 42);