StatusSignalTAsSupplier Method

Returns a lambda that calls Refresh and gets the value on this object.

Definition

Namespace: CTRE.Phoenix6
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public Func<T> AsSupplier()

Return Value

FuncT
Lambda that refreshes this signal and returns it

See Also