Click or drag to resize
ISpiBasedDeviceChipSelectLine Property
Gets or sets the chip select line to use on the SPIO controller.

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

Property Value

Type: Int32
The chip select line to use on the SPIO controller. The default is 0.
See Also