| ISpiBasedDeviceChipSelectLine Property |
Gets or sets the chip select line to use on the SPIO controller.
Namespace: Microsoft.IoT.DeviceCore.SpiAssembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax int ChipSelectLine { get; set; }
Property ChipSelectLine As Integer
Get
Set
property int ChipSelectLine {
int get ();
void set (int value);
}
abstract ChipSelectLine : int with get, set
Property Value
Type:
Int32
The chip select line to use on the SPIO controller. The default is 0.
See Also