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 SourceInputPort
Name of the input port.
Declaration
public string InputPort
Field Value
Type | Description |
---|---|
System.String |
OutputHighPort
Name of the rising edge output port.
Declaration
public string OutputHighPort
Field Value
Type | Description |
---|---|
System.String |
OutputLowPort
Name of the falling edge output port.
Declaration
public string OutputLowPort
Field Value
Type | Description |
---|---|
System.String |
State
Declaration
public SignalState State
Field Value
Type | Description |
---|---|
SignalState |