SpiBusInfo Class

Definition

Represents the info about a SPI bus.

public ref class SpiBusInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.DevicesLowLevelContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SpiBusInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.DevicesLowLevelContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SpiBusInfo
Public NotInheritable Class SpiBusInfo
Inheritance
Object Platform::Object IInspectable SpiBusInfo
Attributes

Windows requirements

Device family
Windows IoT Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.Devices.DevicesLowLevelContract (introduced in v1.0)

Properties

ChipSelectLineCount

Gets the number of chip select lines available on the bus.

MaxClockFrequency

Maximum clock cycle frequency of the bus.

MinClockFrequency

Minimum clock cycle frequency of the bus.

SupportedDataBitLengths

Gets the bit lengths that can be used on the bus for transmitting data.

Applies to