SpiConnectionSettings Class

Definition

The connection settings of a device on a SPI bus.

public sealed class SpiConnectionSettings
type SpiConnectionSettings = class
Public NotInheritable Class SpiConnectionSettings
Inheritance
SpiConnectionSettings

Constructors

SpiConnectionSettings(Int32, Int32)

Initializes a new instance of the SpiConnectionSettings class.

Properties

BusId

The bus ID the device is connected to.

ChipSelectLine

The chip select line used on the bus.

ChipSelectLineActiveState

Specifies which value on chip select pin means "active".

ClockFrequency

The frequency in which the data will be transferred.

DataBitLength

The length of the data to be transfered.

DataFlow

Specifies order in which bits are transferred first on the SPI bus.

Mode

The SPI mode being used.

Applies to