[Missing <summary> documentation for "T:CTRE.Phoenix6.Configs.CANcoderConfigurator"]
public class CANcoderConfigurator : ParentConfigurator
type CANcoderConfigurator =
class
inherit ParentConfigurator
end
DefaultTimeoutSeconds |
The most amount of time to wait for a config
(Inherited from ParentConfigurator) |
Apply(CANcoderConfiguration) | Applies the contents of the specified config to the device. This will wait up to DefaultTimeoutSeconds. Call to apply the selected configs. |
Apply(CANcoderConfiguration, Double) | Applies the contents of the specified config to the device. Call to apply the selected configs. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows 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) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
Refresh(CANcoderConfiguration) | Refreshes the values of the specified config group. This will wait up to DefaultTimeoutSeconds. Call to refresh the selected configs from the device. |
Refresh(CANcoderConfiguration, Double) | Refreshes the values of the specified config group. Call to refresh the selected configs from the device. |
SetConfigsPrivate | (Inherited from ParentConfigurator) |
ToString | Returns a string that represents the current object. (Inherited from Object) |