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
)
Visual Basic (Declaration)
Public Sub New ( _
	servoId As ServoIdType _
)
Visual C++
public:
ServoConfiguration(
	ServoIdType servoId
)

Parameters

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

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

See Also