Table of Contents

Enum SpiSharingMode

Namespace
System.Device.Spi
Assembly
System.Device.Spi.dll

Defines the sharing mode for the SPI bus.

public enum SpiSharingMode

Fields

Exclusive = 0

SPI bus segment is not shared.

Shared = 1

SPI bus is shared.