[This is preliminary documentation and is subject to change.]
Wakes up all connected zones if currently in sleep mode.
For each connected zone, a SIF_Wakeup message is sent to the IZone
Integration Server to request that sleep mode be removed from this agent's
queue for that zone. Note the Adk keeps an internal sleep flag for each
zone, which is initialized when the connect 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.
| C# | Visual Basic | Visual C++ |
public virtual void Wakeup()
Public Overridable Sub Wakeup
public: virtual void Wakeup ()
| Exception | Condition |
|---|---|
| AdkException | thrown if the SIF_Wakeup message is unsuccessful.
The Adk will attempt to send a SIF_Wakeup to all connected zones; the
exception describes the zone or zones that failed
|