Class SpiBusInfo
Base class for SPI bus information.
Inherited Members
Namespace: System.Device.Spi
Assembly: System.Device.Spi.dll
Syntax
public sealed class SpiBusInfo
Properties
| Improve this Doc View SourceMaxClockFrequency
Maximum clock cycle frequency of the bus.
Declaration
public int MaxClockFrequency { get; }
Property Value
Type | Description |
---|---|
Int32 | The clock cycle in Hz. |
MinClockFrequency
Minimum clock cycle frequency of the bus.
Declaration
public int MinClockFrequency { get; }
Property Value
Type | Description |
---|---|
Int32 | The clock cycle in Hz. |