Table 7- 283 Unregisteronconfigurationchangingevent() - Native C - Siemens Simatic S7-1500 Function Manual

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

Advertisement

UnregisterOnConfigurationChangingEvent()
Unregisters the event object.

Table 7- 283 UnregisterOnConfigurationChangingEvent() - Native C++

Syntax
Parameters
Return values
Table 7- 284 UnregisterOnConfigurationChangingEvent() - .NET (C#)
Syntax
Parameters
Return values
WaitForOnConfigurationChangingEvent()
The function blocks the program until the registered event object is in the signaled state or
the timeout interval is exceeded.
Table 7- 285 WaitForOnConfigurationChangingEvent() - Native C++
Syntax
Parameters
Return values
Table 7- 286 WaitForOnConfigurationChangingEvent() - .NET (C#)
Syntax
Parameters
Return values
S7-PLCSIM Advanced
Function Manual, 12/2017, A5E37039512-AB
void UnregisterOnConfigurationChangingEvent();
None
None
void UnregisterOnConfigurationChangingEvent();
None
None
bool WaitForOnConfigurationChangingEvent();
bool WaitForOnConfigurationChangingEvent(
UINT32 in_Time_ms
);
None:
The time limit is set to
UINT32 in_Time_ms:
Value for the time limit in milliseconds.
If the event object was set to the signaled state.
true:
If no event was received during the defined time limit.
false:
bool WaitForOnConfigurationChangingEvent();
bool WaitForOnConfigurationChangingEvent(
UInt32 in_Time_ms
);
None:
The time limit is set to
UInt32 in_Time_ms:
Value for the time limit in milliseconds.
If the event object was set to the signaled state.
true:
If no event was received during the defined time limit.
false:
.
INFINITE
.
INFINITE
User interfaces (API)
7.6 API IInstances
251

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents