StatusSignalNativeWaitForAll Method

Gets all the signals in a blocking manner and updates the StatusSignalNativeStatusSignalInfo structs with the updated information.

Definition

Namespace: CTRE.Phoenix6.Native
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public static int WaitForAll(
	string network,
	double timeoutSeconds,
	ref StatusSignalNativeStatusSignalInfo[] signals
)

Parameters

network  String
Network to perform the waiting operation on
timeoutSeconds  Double
How long to wait for all the signals to arrive
signals  StatusSignalNativeStatusSignalInfo
Reference of the signals to wait for and update

Return Value

Int32
First non-OK signal of the wait operation

See Also