다음을 통해 공유


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)

속성 값

지원되는 데이터 길이입니다.

적용 대상