共用方式為


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

定義

依序將資料傳送至裝置。

public:
 void TransferSequential(Platform::Array <byte> ^ writeBuffer, Platform::Array <byte> ^ readBuffer);
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[]

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

適用於