共用方式為


SpiDevice.TransferSequential(Byte[], Byte[]) 方法

定義

依序將資料傳送至裝置。

public:
 virtual void TransferSequential(Platform::Array <byte> ^ writeBuffer, Platform::Array <byte> ^ readBuffer) = TransferSequential;
void TransferSequential(winrt::array_view <byte> const& writeBuffer, winrt::array_view <byte> & readBuffer);
public void TransferSequential(byte[] writeBuffer, byte[] readBuffer);
function transferSequential(writeBuffer, readBuffer)
Public Sub TransferSequential (writeBuffer As Byte(), readBuffer As Byte())

參數

writeBuffer

Byte[]

byte[]

包含要寫入裝置之資料的陣列。

readBuffer

Byte[]

byte[]

陣列,其中包含從裝置讀取的資料。

Windows 需求

應用程式功能
lowLevel

適用於