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

适用于