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

適用対象