Class UpDownCounter
Inheritance
UpDownCounter
Assembly: WPILibSharp.dll
Syntax
public class UpDownCounter : ISendable, IDisposable
Constructors
|
Improve this Doc
View Source
UpDownCounter()
Declaration
Properties
|
Improve this Doc
View Source
Count
Declaration
public int Count { get; }
Property Value
|
Improve this Doc
View Source
DownEdgeConfiguration
Declaration
public EdgeConfiguration DownEdgeConfiguration { set; }
Property Value
|
Improve this Doc
View Source
DownSource
Declaration
public IDigitalSource DownSource { set; }
Property Value
|
Improve this Doc
View Source
ReverseDirection
Declaration
public bool ReverseDirection { set; }
Property Value
|
Improve this Doc
View Source
UpEdgeConfiguration
Declaration
public EdgeConfiguration UpEdgeConfiguration { set; }
Property Value
|
Improve this Doc
View Source
UpSource
Declaration
public IDigitalSource UpSource { set; }
Property Value
Methods
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
Reset()
Declaration
Explicit Interface Implementations
|
Improve this Doc
View Source
ISendable.InitSendable(ISendableBuilder)
Declaration
void ISendable.InitSendable(ISendableBuilder builder)
Parameters
Implements