AddEventReferenceIdGuid
This method adds a reference to another event as an argument.
Syntax
METHOD AddEventReferenceIdGuid : I_TcArguments
VAR_INPUT
nEventId : UDINT;
EventClass : GUID;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
nEventId | UDINT | ID of the event. |
EventClass | GUID | GUID of the event class. |
Return value
Name | Type | Description |
---|---|---|
AddEventReferenceIdGuid | Returns the I_TcArgument pointer again. |