Microsoft.SPOT.Emulator.Gpio Namespace

The Microsoft.SPOT.Emulator.Gpio namespace provides API elements you can use when working with General Purpose Input/Output (GPIO) ports in your Microsoft® .NET Micro Framework hardware emulator.

Classes

Name Description
Public Class GpioCollection Represents a collection, or set, of GPIO ports that are being emulated.
Public Class GpioPort Represents a General Purpose Input/Output (GPIO) port in the hardware emulator.

Delegates

Name Description
Public Delegate GpioActivity Represents the method that handles the OnGpioActivity event of a GpioPort object.

Enumerations

Name Description
Public Enumeration GpioInterruptMode Indicates the transition edge or voltage level at which an interrupt occurs for a particular GPIO port.
Public Enumeration GpioPort.DebounceMode Indicates the implementation of the debouncing mechanism for GPIO ports.
Public Enumeration GpioPortMode Indicates the current mode of a particular GPIO port.
Public Enumeration GpioResistorMode Indicates the current mode of a particular GPIO pin's terminating resistor.