SpiBusInfo.SupportedDataBitLengths Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.