<GpioPort> TagĀ 

Specifies and configures the object used to manage a GPIO port.

Syntax

<GpioPort>
      Fully qualified object name (when used in the Types tag)
  </GpioPort>

Remarks

You can use this tag in either the <Emulator> tag or the <Types> tag. If you used it in the**<Types>** tag, you must specify the fully qualified name of the object that manages the GPIO port. If you want to use the GPIO port manager provided with the emulator, this tag should contain the name Microsoft.SPOT.Emulator.Gpio.SimpleGpioPort.

When used in the <Emulator> tag, the <GpioPort> tag does not contain an object name. Instead, it contains configuration information for the GPIO port.

Occurs in
<Emulator>
<Types>
Contains Comments
<Id> To contain this tag, the <GpioPort> tag must be used inside the <Emulator> tag.
<ModesAllowed> To contain this tag, the <GpioPort> tag must be used inside the <Emulator> tag.
<ModesExpected> To contain this tag, the <GpioPort> tag must be used inside the <Emulator> tag.
Fully qualified object name To contain an object name, <GpioPort> must be used inside the <Types> tag.

Version Information

Available in .NET Micro Framework version 2.0

See Also

Reference

Emulator XML References