Show / Hide Table of Contents

Class EdgeDetectorComponent

An edge detector that pulses high or low output ports when the input port gets a rising or falling edge respectively.

Inheritance
System.Object
EdgeDetectorComponent
Namespace: Content.Server.DeviceLinking.Components
Assembly: Content.Server.dll
Syntax
public sealed class EdgeDetectorComponent : Component

Fields

| Improve this Doc View Source

InputPort

Name of the input port.

Declaration
public string InputPort
Field Value
Type Description
System.String
| Improve this Doc View Source

OutputHighPort

Name of the rising edge output port.

Declaration
public string OutputHighPort
Field Value
Type Description
System.String
| Improve this Doc View Source

OutputLowPort

Name of the falling edge output port.

Declaration
public string OutputLowPort
Field Value
Type Description
System.String
| Improve this Doc View Source

State

Declaration
public SignalState State
Field Value
Type Description
SignalState
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾