SIFWorks ADK 2.0
WakeUp Method
NamespacesEdustructures.SifWorksIZoneWakeUp()()

[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#
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. 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.
Declaration Syntax
C#Visual BasicVisual C++
void WakeUp()
Sub WakeUp
void WakeUp ()
Exceptions
ExceptionCondition
AdkException thrown if the SIF_Wakeup message is unsuccessful

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10