DigitalIN4 Property

Gets the digital reading for input 4 whose value is either true or false. The corresponding pin must be enabled for digital input before values become available.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
C#
public DigitalInput IN4 { get; }

Property Value

DigitalInput

See Also