SpiBusInfo
SpiBusInfo
SpiBusInfo
SpiBusInfo
Class
Definition
Represents the info about a SPI bus.
public : sealed class SpiBusInfo : ISpiBusInfopublic sealed class SpiBusInfo : ISpiBusInfoPublic NotInheritable Class SpiBusInfo Implements ISpiBusInfo// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows IoT Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.Devices.DevicesLowLevelContract (introduced v1)
|
Properties
ChipSelectLineCount ChipSelectLineCount ChipSelectLineCount ChipSelectLineCount
Gets the number of chip select lines available on the bus.
public : int ChipSelectLineCount { get; }public int ChipSelectLineCount { get; }Public ReadOnly Property ChipSelectLineCount As int// You can use this property in JavaScript.
- Value
- int int int int
Number of chip select lines.
MaxClockFrequency MaxClockFrequency MaxClockFrequency MaxClockFrequency
Maximum clock cycle frequency of the bus.
public : int MaxClockFrequency { get; }public int MaxClockFrequency { get; }Public ReadOnly Property MaxClockFrequency As int// You can use this property in JavaScript.
- Value
- int int int int
The clock cycle in Hz.
MinClockFrequency MinClockFrequency MinClockFrequency MinClockFrequency
Minimum clock cycle frequency of the bus.
public : int MinClockFrequency { get; }public int MinClockFrequency { get; }Public ReadOnly Property MinClockFrequency As int// You can use this property in JavaScript.
- Value
- int int int int
The clock cycle in Hz.
SupportedDataBitLengths SupportedDataBitLengths SupportedDataBitLengths SupportedDataBitLengths
Gets the bit lengths that can be used on the bus for transmitting data.
public : IVectorView<int> SupportedDataBitLengths { get; }public IReadOnlyList<int> SupportedDataBitLengths { get; }Public ReadOnly Property SupportedDataBitLengths As IReadOnlyList<int>// You can use this property in JavaScript.
- Value
- IVectorView<int> IReadOnlyList<int> IReadOnlyList<int> IReadOnlyList<int>
The supported data lengths.