Show / Hide Table of Contents

Class AnalogTriggerOutput

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

Constructors

| Improve this Doc View Source

AnalogTriggerOutput(AnalogTrigger, AnalogTriggerType)

Declaration
public AnalogTriggerOutput(AnalogTrigger trigger, AnalogTriggerType type)
Parameters
Type Name Description
AnalogTrigger trigger
AnalogTriggerType type

Properties

| Improve this Doc View Source

AnalogTriggerTypeForRouting

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

Channel

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

IsAnalogTrigger

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

Output

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

PortHandleForRouting

Declaration
public int PortHandleForRouting { get; }
Property Value
Type Description
Int32

Explicit Interface Implementations

| Improve this Doc View Source

ISendable.InitSendable(ISendableBuilder)

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

Implements

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