ISpiDeviceProvider.TransferSequential(Byte[], 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.
Transfer data sequentially to the device.
public:
void TransferSequential(Platform::Array <byte> ^ writeBuffer, Platform::Array <byte> ^ readBuffer);
void TransferSequential(winrt::array_view <byte> const& writeBuffer, winrt::array_view <byte> & readBuffer);
public void TransferSequential(byte[] writeBuffer, byte[] readBuffer);
function transferSequential(writeBuffer, readBuffer)
Public Sub TransferSequential (writeBuffer As Byte(), readBuffer As Byte())
Parameters
- writeBuffer
-
Byte[]
byte[]
Array containing data to write to the device.
- readBuffer
-
Byte[]
byte[]
Array containing data read from the device.