Click or drag to resize

IDigitalOutput Interface

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

Defines the single digital input/output capability

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

The IDigitalOutput type exposes the following members.

Properties
  NameDescription
Public propertyState
Sets or gets the state of the output
Top
See Also