Click or drag to resize

IAlarmServiceProvider Interface

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

Defines the alarm service provider capability

Namespace:  GHASchema.Classes.Capabilities.Security
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "Security")]
public interface IAlarmServiceProvider

The IAlarmServiceProvider type exposes the following members.

Properties
  NameDescription
Public propertyAlarmActive
Alarm active state (true is active)
Public propertyPIN
Personal identification number used to authenticate to the alarm service
Public propertyStatus
Status provided by the service provider
Top
Methods
  NameDescription
Public methodCancelAlarm
Public methodCreateAlarm
Create an alarm for the service provider
Top
See Also