AddUlint
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
Inputs
Name | Type |
---|---|
value | ULINT |
Sample call:
fbJson.AddKey('PropertyName');
fbJson.AddUlint(42);