Show / Hide Table of Contents

Class UpDownCounter

Inheritance
Object
UpDownCounter
Implements
ISendable
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: WPILib.Counters
Assembly: WPILibSharp.dll
Syntax
public class UpDownCounter : ISendable, IDisposable

Constructors

| Improve this Doc View Source

UpDownCounter()

Declaration
public UpDownCounter()

Properties

| Improve this Doc View Source

Count

Declaration
public int Count { get; }
Property Value
Type Description
Int32
| Improve this Doc View Source

DownEdgeConfiguration

Declaration
public EdgeConfiguration DownEdgeConfiguration { set; }
Property Value
Type Description
EdgeConfiguration
| Improve this Doc View Source

DownSource

Declaration
public IDigitalSource DownSource { set; }
Property Value
Type Description
IDigitalSource
| Improve this Doc View Source

ReverseDirection

Declaration
public bool ReverseDirection { set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

UpEdgeConfiguration

Declaration
public EdgeConfiguration UpEdgeConfiguration { set; }
Property Value
Type Description
EdgeConfiguration
| Improve this Doc View Source

UpSource

Declaration
public IDigitalSource UpSource { set; }
Property Value
Type Description
IDigitalSource

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

Reset()

Declaration
public void Reset()

Explicit Interface Implementations

| Improve this Doc View Source

ISendable.InitSendable(ISendableBuilder)

Declaration
void ISendable.InitSendable(ISendableBuilder builder)
Parameters
Type Name Description
ISendableBuilder builder

Implements

ISendable
IDisposable
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet