ISpiDeviceProvider.TransferSequential(Byte[], Byte[]) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
デバイスにデータを順次転送します。
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())
パラメーター
- writeBuffer
-
Byte[]
byte[]
デバイスに書き込むデータを含む配列。
- readBuffer
-
Byte[]
byte[]
デバイスから読み取られたデータを含む配列。