Table 7- 352 Unregisteronconnectionlostcallback() - Native C - Siemens Simatic S7-1500 Function Manual

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

Advertisement

UnregisterOnConnectionLostCallback()
Unregisters the callback function. When the event occurs, no callback function is called.

Table 7- 352 UnregisterOnConnectionLostCallback() - Native C++

Syntax
Parameters
Return values
UnregisterOnConnectionLostEvent()
Unregisters the event object.
Table 7- 353 UnregisterOnConnectionLostEvent() - Native C++
Syntax
Parameters
Return values
Table 7- 354 UnregisterOnConnectionLostEvent() - .NET (C#)
Syntax
Parameters
Return values
WaitForOnConnectionLostEvent()
The function blocks the program until the registered event object is in the signaled state or
the timeout interval is exceeded.
Table 7- 355 WaitForOnConnectionLostEvent() - Native C++
Syntax
Parameters
Return values
S7-PLCSIM Advanced
Function Manual, 12/2017, A5E37039512-AB
void UnregisterOnConnectionLostCallback();
None
None
void UnregisterOnConnectionLostEvent();
None
None
void UnregisterOnConnectionLostEvent();
None
None
bool WaitForOnConnectionLostEvent();
bool WaitForOnConnectionLostEvent(
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:
7.7 API IRemoteRuntimeManager
.
INFINITE
User interfaces (API)
277

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents