GpioPinCapabilities.IsOutputSupported | isOutputSupported property

TBD

Syntax

var isOutputSupported = gpioPinCapabilities.isOutputSupported;
public bool IsOutputSupported { get; }
Public ReadOnly Property IsOutputSupported As Boolean
public:
property bool IsOutputSupported { 
   bool get();
}

Property value

Type: Boolean [JavaScript] | System.Boolean [.NET] | Platform::Boolean [C++]

TBD

Requirements

Minimum supported client

Windows 10 Technical Preview

Minimum supported server

Windows Server Technical Preview

Minimum supported phone

Windows 10 Technical Preview for phones

Namespace

Windows.Devices.Gpio Windows::Devices::Gpio [C++]

Metadata

Windows.winmd

See also

GpioPinCapabilities