Event Callback Functions (Native C++) - Siemens Simatic S7-1500 Function Manual

Hide thumbs Also See for Simatic S7-1500:
Table of Contents

Advertisement

7.8.2

Event callback functions (Native C++)

7.8.2.1
EventCallback_VOID
Description
Table 7- 359 EventCallback_VOID - Native C++
Syntax
Parameters
Return values
7.8.2.2
EventCallback_II_SREC_ST
Description
Table 7- 360 EventCallback_II_SREC_ST - Native C++
Syntax
Parameters
Return values
S7-PLCSIM Advanced
Function Manual, 12/2017, A5E37039512-AB
typedef void (*EventCallback_VOID)();
None
None
typedef void (*EventCallback_II_SREC_ST)(
IInstance* in_Sender,
ERuntimeErrorCode in_ErrorCode,
SYSTEMTIME in_SystemTime
);
IInstance* in_Sender:
An interface of the instance that receives this event.
ERuntimeErrorCode in_ErrorCode:
A possible error code.
SYSTEMTIME in_SystemTime:
The virtual system time of the virtual controller at the time when this event
was triggered.
None
User interfaces (API)
7.8 Data types
281

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents