BaseStatusSignalIsAllGood Method

Checks if all signals have an OK error code.

Definition

Namespace: CTRE.Phoenix6
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public static bool IsAllGood(
	params BaseStatusSignal[] signals
)

Parameters

signals  BaseStatusSignal
Signals to check error code of

Return Value

Boolean
true if all signals are good, false otherwise

See Also