CANcoderConfiguratorRefresh(CANcoderConfiguration) Method

Refreshes the values of the specified config group.

This will wait up to DefaultTimeoutSeconds.

Call to refresh the selected configs from the device.

Definition

Namespace: CTRE.Phoenix6.Configs
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public StatusCode Refresh(
	CANcoderConfiguration configs
)

Parameters

configs  CANcoderConfiguration
The configs to refresh

Return Value

StatusCode
StatusCode of refreshing the configs

See Also