Click or drag to resize

IMomentaryPushButton Interface

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

Implements the momentary push-button 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 IMomentaryPushButton

The IMomentaryPushButton type exposes the following members.

Properties
  NameDescription
Public propertyButtonPressed
Momentary action. Set to true when button was pressed
Public propertyButtonState
Action associated with the last button press
Public propertyPressedTime
Date/Time when the last button press occurred
Top
See Also