Share via


ISpiDeviceProvider.Read(Byte[]) Method

Definition

Reads from the connected device.

public:
 void Read(Platform::Array <byte> ^ buffer);
void Read(winrt::array_view <byte> & buffer);
public void Read(byte[] buffer);
function read(buffer)
Public Sub Read (buffer As Byte())

Parameters

buffer

Byte[]

byte[]

Array containing data read from the device.

Applies to