Share via


SpiBusInfo.SupportedDataBitLengths Propiedad

Definición

Obtiene las longitudes de bits que se pueden usar en el bus para transmitir datos.

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)

Valor de propiedad

Longitudes de datos admitidas.

Se aplica a