BaseStatusSignalRefreshAll Method
Performs a non-blocking refresh on all provided signals.
This provides a performance improvement over separately calling
Refresh(Boolean) on each signal.
Namespace: CTRE.Phoenix6Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
public static StatusCode RefreshAll(
params BaseStatusSignal[] signals
)
static member RefreshAll :
signals : BaseStatusSignal[] -> StatusCode
- signals BaseStatusSignal
- Signals to refresh
StatusCodeAn
InvalidParamValue if signals array is empty,
InvalidNetwork if signals are on different CAN bus networks,
OK if all signals are OK,
Any other signal represents the
StatusCode of the first failed signal.
Call
Status on each signal to determine which ones failed.