ISpiDeviceProvider.Write(Byte[]) Method

Definition

Writes to the connected device.

public:
 void Write(Platform::Array <byte> ^ buffer);
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.

Applies to