CANcoderConfiguratorApply(CANcoderConfiguration) Method

Applies the contents of the specified config to the device.

This will wait up to DefaultTimeoutSeconds.

Call to apply the selected configs.

Definition

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

Parameters

configs  CANcoderConfiguration
Configs to apply against.

Return Value

StatusCode
StatusCode of the set command

See Also