ISpiDeviceProvider.Write(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.
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.