StatusSignalNativeSetUpdateFrequency Method

Sets the update frequency of the specified signal to the specified frequency.

Definition

Namespace: CTRE.Phoenix6.Native
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public static int SetUpdateFrequency(
	StatusSignalNativeStatusSignalInfo signal,
	double frequencyHz,
	double timeoutSeconds
)

Parameters

signal  StatusSignalNativeStatusSignalInfo
Signal to set the update frequency to
frequencyHz  Double
Frequency to apply to signal
timeoutSeconds  Double
Timeout for the apply to take

Return Value

Int32
Status of the apply

See Also