Edit

Share via


Ft232HSpi.TransferFullDuplex Method

Definition

Writes and reads data from the SPI device.

public override void TransferFullDuplex (ReadOnlySpan<byte> writeBuffer, Span<byte> readBuffer);
override this.TransferFullDuplex : ReadOnlySpan<byte> * Span<byte> -> unit
Public Overrides Sub TransferFullDuplex (writeBuffer As ReadOnlySpan(Of Byte), readBuffer As Span(Of Byte))

Parameters

writeBuffer
ReadOnlySpan<Byte>

The buffer that contains the data to be written to the SPI device.

readBuffer
Span<Byte>

The buffer to read the data from the SPI device.

Applies to