SoftwareSpi.ConnectionSettings Property

Definition

The connection settings of a device on a SPI bus. The connection settings are immutable after the device is created so the object returned will be a clone of the settings object.

public override System.Device.Spi.SpiConnectionSettings ConnectionSettings { get; }
member this.ConnectionSettings : System.Device.Spi.SpiConnectionSettings
Public Overrides ReadOnly Property ConnectionSettings As SpiConnectionSettings

Property Value

Applies to