EVTPARAM_PlcShellCommand
(STRUCT)
TYPE EVTPARAM_PlcShellCommand : STRUCT
Event Parameter, passed to the Command Handler</b>
The Command Handlers are called, using the event interface of the EventMgr. These are the parameters that are passed to the event. To get the parameters, you need to cast the element “pParameter” from the “pEventParam”, that is passed to the EventCallback.
METHOD EventCallback : UDINT VAR_INPUT
pEventParam : POINTER TO EventParam;
END_VAR
pParam := pEventParam^.pParameter;
- InOut:
Name
Type
pszCommand
REFERENCE TO STRING
pszArguments
REFERENCE TO STRING
diBlockID
DINT
udiBlockSize
UDINT