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