Initializes a new instance of the DigitalIoPinConfiguration 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 DigitalIoPinConfiguration(
	DigitalIoPinType digitalIoPin
)
Visual Basic (Declaration)
Public Sub New ( _
	digitalIoPin As DigitalIoPinType _
)
Visual C++
public:
DigitalIoPinConfiguration(
	DigitalIoPinType digitalIoPin
)

Parameters

digitalIoPin
Type: Bespoke.Robotics.BrainStem..::.DigitalIoPinType

[Missing <param name="digitalIoPin"/> documentation for "M:Bespoke.Robotics.BrainStem.DigitalIoPinConfiguration.#ctor(Bespoke.Robotics.BrainStem.DigitalIoPinType)"]

See Also