Initializes a new instance of the ServoConfiguration class

Namespace:  Bespoke.Robotics.BrainStem
Assembly:  Bespoke.Robotics.BrainStem (in Bespoke.Robotics.BrainStem.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public ServoConfiguration(
	ServoIdType servoId,
	ServoConfigurationFlags configurationFlags
)
Visual Basic (Declaration)
Public Sub New ( _
	servoId As ServoIdType, _
	configurationFlags As ServoConfigurationFlags _
)
Visual C++
public:
ServoConfiguration(
	ServoIdType servoId, 
	ServoConfigurationFlags configurationFlags
)

Parameters

servoId
Type: Bespoke.Robotics.BrainStem..::.ServoIdType

[Missing <param name="servoId"/> documentation for "M:Bespoke.Robotics.BrainStem.ServoConfiguration.#ctor(Bespoke.Robotics.BrainStem.ServoIdType,Bespoke.Robotics.BrainStem.ServoConfigurationFlags)"]

configurationFlags
Type: Bespoke.Robotics.BrainStem..::.ServoConfigurationFlags

[Missing <param name="configurationFlags"/> documentation for "M:Bespoke.Robotics.BrainStem.ServoConfiguration.#ctor(Bespoke.Robotics.BrainStem.ServoIdType,Bespoke.Robotics.BrainStem.ServoConfigurationFlags)"]

See Also