ParentConfiguratorSetConfigsPrivate Method

[Missing <summary> documentation for "M:CTRE.Phoenix6.Configs.ParentConfigurator.SetConfigsPrivate(System.String,System.Double,System.Boolean,System.Boolean)"]

Definition

Namespace: CTRE.Phoenix6.Configs
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
protected StatusCode SetConfigsPrivate(
	string serialString,
	double timeoutSeconds,
	bool futureProofConfigs,
	bool overrideIfDuplicate
)

Parameters

serialString  String

[Missing <param name="serialString"/> documentation for "M:CTRE.Phoenix6.Configs.ParentConfigurator.SetConfigsPrivate(System.String,System.Double,System.Boolean,System.Boolean)"]

timeoutSeconds  Double

[Missing <param name="timeoutSeconds"/> documentation for "M:CTRE.Phoenix6.Configs.ParentConfigurator.SetConfigsPrivate(System.String,System.Double,System.Boolean,System.Boolean)"]

futureProofConfigs  Boolean

[Missing <param name="futureProofConfigs"/> documentation for "M:CTRE.Phoenix6.Configs.ParentConfigurator.SetConfigsPrivate(System.String,System.Double,System.Boolean,System.Boolean)"]

overrideIfDuplicate  Boolean

[Missing <param name="overrideIfDuplicate"/> documentation for "M:CTRE.Phoenix6.Configs.ParentConfigurator.SetConfigsPrivate(System.String,System.Double,System.Boolean,System.Boolean)"]

Return Value

StatusCode

[Missing <returns> documentation for "M:CTRE.Phoenix6.Configs.ParentConfigurator.SetConfigsPrivate(System.String,System.Double,System.Boolean,System.Boolean)"]

See Also