Click or drag to resize
GpioExtensions Class
Provides helper methods for working with GPIO classes like GpioPin.
Inheritance Hierarchy
SystemObject
  Microsoft.IoT.DeviceCoreGpioExtensions

Namespace: Microsoft.IoT.DeviceCore
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class GpioExtensions : IStringable

The GpioExtensions type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberSetDriveModeWithFallback(GpioPin, GpioPinDriveMode)
Sets a drive mode with automatic fallback if the requested mode is not supported.
Public methodStatic memberSetDriveModeWithFallback(GpioPin, GpioPinDriveMode, GpioPinDriveMode)
Sets a drive mode with a fallback mode if the requested mode is not supported.
Public methodToString (Inherited from Object.)
Top
See Also