StatusSignalNativeSetUpdateFrequencyForAll Method

Sets the update frequency for all specified signals.

Definition

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

Parameters

frequencyHz  Double
Frequency to apply to
signals  StatusSignalNativeStatusSignalInfo
The list of signals to apply the frequency
timeoutSeconds  Double
Timeout for the apply to take

Return Value

Int32
Status of the apply

See Also