[This is preliminary documentation and is subject to change.]
Wakes up this zone if currently in sleep mode.
A SIF_Wakeup message is sent to the Zone Integration Server to request
that sleep mode be removed from this agent's queue. Note the Adk keeps
an internal sleep flag for each zone, which is initialized when the
CopyC# method is called by sending a SIF_Ping to the ZIS.
This flag is cleared so that the Adk will no longer return a Status Code
8 ("Receiver is sleeping") in response to messages received by the ZIS.
If the SIF_Sleep message is not successful, an exception is thrown and
the Adk's internal sleep flag for this zone is not changed.
connect
| C# | Visual Basic | Visual C++ |
void WakeUp()
Sub WakeUp
void WakeUp ()
| Exception | Condition |
|---|---|
| AdkException | thrown if the SIF_Wakeup message is unsuccessful
|