SpiBusInfo クラス

定義

SPI バスに関する情報を表します。

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
継承
Object Platform::Object IInspectable SpiBusInfo
属性

Windows の要件

デバイス ファミリ
Windows IoT Extension SDK (10.0.10240.0 で導入)
API contract
Windows.Devices.DevicesLowLevelContract (v1.0 で導入)

プロパティ

ChipSelectLineCount

バスで使用可能なチップ選択ラインの数を取得します。

MaxClockFrequency

バスの最大クロック サイクル周波数。

MinClockFrequency

バスの最小クロック サイクル周波数。

SupportedDataBitLengths

データを送信するためにバスで使用できるビット長を取得します。

適用対象