SpiSharingMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the sharing mode for the SPI bus.
public enum class SpiSharingMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 65536)]
enum class SpiSharingMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 65536)]
public enum SpiSharingMode
var value = Windows.Devices.Spi.SpiSharingMode.exclusive
Public Enum SpiSharingMode
- Inheritance
-
SpiSharingMode
- Attributes
Windows requirements
Device family |
Windows IoT Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Devices.DevicesLowLevelContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Exclusive | 0 | SPI bus segment is not shared. |
Shared | 1 | SPI bus is shared. |