Reset a digital IO pin.

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 static void ResetDigitalIoPin(
	byte iicAddress,
	DigitalIoPinType digitalIoPin
)
Visual Basic (Declaration)
Public Shared Sub ResetDigitalIoPin ( _
	iicAddress As Byte, _
	digitalIoPin As DigitalIoPinType _
)
Visual C++
public:
static void ResetDigitalIoPin(
	unsigned char iicAddress, 
	DigitalIoPinType digitalIoPin
)

Parameters

iicAddress
Type: System..::.Byte
The address of the IIC module referenced by the packet.
digitalIoPin
Type: Bespoke.Robotics.BrainStem..::.DigitalIoPinType
The digital IO pin to reset.

Exceptions

ExceptionCondition
Bespoke.Robotics.BrainStem.Exceptions..::.CommandExceptionThrown if there's an error processing the command.

See Also