StatusSignalTRefresh Method
Refreshes the value of this status signal.
If the user application caches this StatusSignal object
instead of periodically fetching it from the hardware device,
this function must be called to fetch fresh data.
This performs a non-blocking refresh operation. If you want to wait until you
receive the signal, call
WaitForUpdate(Double, Boolean) instead.
Namespace: CTRE.Phoenix6Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
public StatusSignal<T> Refresh(
bool reportError = true
)
member Refresh :
?reportError : bool
(* Defaults:
let _reportError = defaultArg reportError true
*)
-> StatusSignal<'T>
- reportError Boolean (Optional)
- Whether to report any errors to the console. Defaults true
StatusSignalTReference to itself