共用方式為


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)

屬性值

支援的資料長度。

適用於