AddULInt

AddULInt 1:

This method adds an argument of the type ULINT.

Syntax

METHOD AddULInt : I_TcArguments
VAR_INPUT
    value : ULINT;
END_VAR

AddULInt 2: Inputs

Name

Type

Description

value

ULINT

Value to be added.

AddULInt 3: Return value

Name

Type

Description

AddULInt

I_TcArguments

Returns the I_TcArgument pointer again.