Table 7- 299 Unregisteronledchangedevent() - Native C - Siemens Simatic S7-1500 Function Manual

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

Advertisement

User interfaces (API)
7.6 API IInstances
UnregisterOnLedChangedEvent()
Unregisters the event object.

Table 7- 299 UnregisterOnLedChangedEvent() - Native C++

Syntax
Parameters
Return values
Table 7- 300 UnregisterOnLedChangedEvent() - .NET (C#)
Syntax
Parameters
Return values
WaitForOnLedChangedEvent()
The function blocks the program until the registered event object is in the signaled state or
the timeout interval is exceeded.
Table 7- 301 WaitForOnLedChangedEvent() - Native C++
Syntax
Parameters
Return values
Table 7- 302 WaitForOnLedChangedEvent() - .NET (C#)
Syntax
Parameters
Return values
256
void UnregisterOnLedChangedEvent();
None
None
void UnregisterOnLedChangedEvent();
None
None
bool WaitForOnLedChangedEvent();
bool WaitForOnLedChangedEvent(
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 WaitForOnLedChangedEvent();
bool WaitForOnLedChangedEvent(
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
Function Manual, 12/2017, A5E37039512-AB
S7-PLCSIM Advanced

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents