Class DigitalInput
Assembly: WPILibSharp.dll
public class DigitalInput : IDigitalSource, IDisposable, ISendable
Constructors
|
Improve this Doc
View Source
Declaration
public DigitalInput(int channel)
Parameters
Type |
Name |
Description |
Int32 |
channel |
|
Properties
|
Improve this Doc
View Source
Declaration
public AnalogTriggerType AnalogTriggerTypeForRouting { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public int Channel { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool IsAnalogTrigger { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public bool Output { get; }
Property Value
|
Improve this Doc
View Source
Declaration
public int PortHandleForRouting { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
Explicit Interface Implementations
|
Improve this Doc
View Source
Declaration
void ISendable.InitSendable(ISendableBuilder builder)
Parameters
Implements