Share via


SpiDevice.Write(Byte[]) Method

Definition

Writes to the connected device.

public:
 virtual void Write(Platform::Array <byte> ^ buffer) = Write;
void Write(winrt::array_view <byte> const& buffer);
public void Write(byte[] buffer);
function write(buffer)
Public Sub Write (buffer As Byte())

Parameters

buffer

Byte[]

byte[]

Array containing the data to write to the device.

Windows requirements

App capabilities
lowLevel

Applies to