| RotaryEncoderDirectionPin Property |
Gets or sets the direction pin.
Namespace: Microsoft.IoT.Devices.InputAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public GpioPin DirectionPin { get; set; }
Public Property DirectionPin As GpioPin
Get
Set
public:
virtual property GpioPin^ DirectionPin {
GpioPin^ get () sealed;
void set (GpioPin^ value) sealed;
}
abstract DirectionPin : GpioPin with get, set
override DirectionPin : GpioPin with get, set
Property Value
Type:
GpioPinSee Also