StatusSignalTValue Property

Gets the cached value from this status signal.

To make sure the value is up-to-date, call Refresh(Boolean) or WaitForUpdate(Double, Boolean).

Definition

Namespace: CTRE.Phoenix6
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public T Value { get; }

Property Value

T

See Also