GpioPin.SharingMode Property

Definition

Gets the sharing mode in which the general-purpose I/O (GPIO) pin is open.

public:
 property GpioSharingMode SharingMode { GpioSharingMode get(); };
GpioSharingMode SharingMode();
public GpioSharingMode SharingMode { get; }
var gpioSharingMode = gpioPin.sharingMode;
Public ReadOnly Property SharingMode As GpioSharingMode

Property Value

The sharing mode in which the GPIO pin is open.

Windows requirements

App capabilities
lowLevel

Applies to

See also