SpiDevice.Read(Byte[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads from the connected device.
public:
virtual void Read(Platform::Array <byte> ^ buffer) = Read;
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.
Windows requirements
App capabilities |
lowLevel
|