OnEventLoggerError
This method is called if an ADS error occurs during communication.
Syntax
METHOD OnEventLoggerError : HRESULT
VAR_INPUT
ipContext : I_TcListenerContext;
hr : HRESULT;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
ipContext | I_TcListenerContext | Context of the different EventLoggers |
hr | HRESULT | The error code that has occurred. |