Edit

Share via


Ft4222Spi.Write(ReadOnlySpan<Byte>) Method

Definition

Writes data to the SPI device.

public override void Write (ReadOnlySpan<byte> buffer);
override this.Write : ReadOnlySpan<byte> -> unit
Public Overrides Sub Write (buffer As ReadOnlySpan(Of Byte))

Parameters

buffer
ReadOnlySpan<Byte>

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

Applies to