Reset a digital IO pin.
Namespace:
Bespoke.Robotics.BrainStemAssembly: 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
| Exception | Condition |
|---|---|
| Bespoke.Robotics.BrainStem.Exceptions..::.CommandException | Thrown if there's an error processing the command. |