Click or drag to resize
SS944ButtonPin Property
Gets or sets the pin to be used for the button.

Namespace: Microsoft.IoT.Devices.Input
Assembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public GpioPin ButtonPin { get; set; }

Property Value

Type: GpioPin
The pin to be used for the button.
See Also