Phoenix 6 C# API Documentation
C#
F#
Show/Hide TOC
Status
Signal
T
Value 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#
Copy
public
T
Value
{
get
; }
F#
Copy
member
Value
: 'T
with
get
Property Value
T
See Also
Reference
StatusSignal
T
Class
CTRE.Phoenix6 Namespace
In This Article
Definition
See Also