Class AsynchronousInterrupt
Inheritance
AsynchronousInterrupt
Assembly: WPILibSharp.dll
Syntax
public class AsynchronousInterrupt : IDisposable
Constructors
|
Improve this Doc
View Source
AsynchronousInterrupt(IDigitalSource, Action<Boolean, Boolean>)
Declaration
public AsynchronousInterrupt(IDigitalSource source, Action<bool, bool> callback)
Parameters
Properties
|
Improve this Doc
View Source
FallingTimestamp
Declaration
public TimeSpan FallingTimestamp { get; }
Property Value
|
Improve this Doc
View Source
RisingTimestamp
Declaration
public TimeSpan RisingTimestamp { get; }
Property Value
Methods
|
Improve this Doc
View Source
Disable()
Declaration
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
Enable()
Declaration
|
Improve this Doc
View Source
SetInterruptEdges(Boolean, Boolean)
Declaration
public void SetInterruptEdges(bool risingEdge, bool fallingEdge)
Parameters
Implements