StatusSignalNativeWaitForAll Method
Namespace: CTRE.Phoenix6.NativeAssembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
public static int WaitForAll(
string network,
double timeoutSeconds,
ref StatusSignalNativeStatusSignalInfo[] signals
)
static member WaitForAll :
network : string *
timeoutSeconds : float *
signals : StatusSignalNativeStatusSignalInfo[] byref -> int
- 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
Int32First non-OK signal of the wait operation