Click or drag to resize
ISpiBasedDevice Interface
The interface for a SPI based device.

Namespace: Microsoft.IoT.DeviceCore.Spi
Assembly: Microsoft.IoT.DeviceCore (in Microsoft.IoT.DeviceCore.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface ISpiBasedDevice : IDevice, 
	IClosable

The ISpiBasedDevice type exposes the following members.

Properties
  NameDescription
Public propertyChipSelectLine
Gets or sets the chip select line to use on the SPIO controller.
Public propertyControllerName
Gets or sets the name of the SPIO controller to use.
Top
Methods
  NameDescription
Public methodClose
Releases system resources that are exposed by a Windows Runtime object.
(Inherited from IClosable.)
Top
See Also