Click or drag to resize

IAlarmControlSignal Method

[This is preliminary documentation and is subject to change.]

Called by a bound driver to indicate a security event has occurred

Namespace:  GHASchema.Classes.Capabilities.Security
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
void Signal(
	IAlarmZone zone,
	bool state
)

Parameters

zone
Type: GHASchema.Classes.Capabilities.SecurityIAlarmZone
Zone where the event occured
state
Type: SystemBoolean
Event state
See Also