SpiBusInfo.SupportedDataBitLengths プロパティ

定義

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

public:
 property IVectorView<int> ^ SupportedDataBitLengths { IVectorView<int> ^ get(); };
IVectorView<int> SupportedDataBitLengths();
public IReadOnlyList<int> SupportedDataBitLengths { get; }
var iVectorView = spiBusInfo.supportedDataBitLengths;
Public ReadOnly Property SupportedDataBitLengths As IReadOnlyList(Of Integer)

プロパティ値

サポートされているデータの長さ。

適用対象