| SSD1306DataPin Property |
Gets or sets the data pin for the display.
Namespace: Microsoft.IoT.Devices.DisplayAssembly: Microsoft.IoT.Devices (in Microsoft.IoT.Devices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public GpioPin DataPin { get; set; }
Public Property DataPin As GpioPin
Get
Set
public:
virtual property GpioPin^ DataPin {
GpioPin^ get () sealed;
void set (GpioPin^ value) sealed;
}
abstract DataPin : GpioPin with get, set
override DataPin : GpioPin with get, set
Property Value
Type:
GpioPin
The data pin for the display.
See Also