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)

属性值

支持的数据长度。

适用于