Enum SignalEdge
Enumeration of the two types of signal edges that exist. Rising edge and falling edge.
public enum SignalEdge
Fields
FallingEdge = 1Falling edge. Signal goes from high to low.
RisingEdge = 0Rising edge. Signal goes from low to high.