Click or drag to resize
ISpiBasedDeviceControllerName Property
Gets or sets the name of the SPIO controller to use.

Namespace: Microsoft.IoT.DeviceCore.Spi
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
string ControllerName { get; set; }

Property Value

Type: String
The name of the SPIO controller to use. The default is "SPI0".
See Also