AddUlint

AddUlint 1:

This method adds a value of the data type ULINT to a property. Usually, a corresponding property was created beforehand with the method AddKey().

Syntax

METHOD AddUlint
VAR_INPUT
  value : ULINT;
END_VAR

AddUlint 2: Inputs

Name

Type

value

ULINT

Sample call:

fbJson.AddKey('PropertyName');
fbJson.AddUlint(42);