Show / Hide Table of Contents

Interface IDigitalSource

Namespace: WPILib
Assembly: WPILibSharp.dll
Syntax
public interface IDigitalSource

Properties

| Improve this Doc View Source

AnalogTriggerTypeForRouting

Declaration
AnalogTriggerType AnalogTriggerTypeForRouting { get; }
Property Value
Type Description
AnalogTriggerType
| Improve this Doc View Source

Channel

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

IsAnalogTrigger

Declaration
bool IsAnalogTrigger { get; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

PortHandleForRouting

Declaration
int PortHandleForRouting { get; }
Property Value
Type Description
Int32
  • Improve this Doc
  • View Source
Back to top Copyright © 2017 RobotDotNet