TalonFXConfigurator Class

[Missing <summary> documentation for "T:CTRE.Phoenix6.Configs.TalonFXConfigurator"]

Definition

Namespace: CTRE.Phoenix6.Configs
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public class TalonFXConfigurator : ParentConfigurator
Inheritance
Object    ParentConfigurator    TalonFXConfigurator

Properties

DefaultTimeoutSeconds The most amount of time to wait for a config
(Inherited from ParentConfigurator)

Methods

Apply(TalonFXConfiguration) Applies the contents of the specified config to the device.

This will wait up to DefaultTimeoutSeconds.

Call to apply the selected configs.

Apply(TalonFXConfiguration, Double) Applies the contents of the specified config to the device.

Call to apply the selected configs.

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetConfigsPrivate
(Inherited from ParentConfigurator)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Refresh(TalonFXConfiguration) Refreshes the values of the specified config group.

This will wait up to DefaultTimeoutSeconds.

Call to refresh the selected configs from the device.

Refresh(TalonFXConfiguration, Double) Refreshes the values of the specified config group.

Call to refresh the selected configs from the device.

SetConfigsPrivate
(Inherited from ParentConfigurator)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also