Share via


SpiBusInfo.SupportedDataBitLengths Property

Definition

Gets the bit lengths that can be used on the bus for transmitting data.

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)

Property Value

The supported data lengths.

Applies to