Share via


SPI.InternalWriteRead Method

Writes a block of data to the interface, and reads a block of data from the interface into the read buffer at a specified location.

Overload List

Name Description
SPI.InternalWriteRead (Byte[], Int32, Int32, Byte[], Int32, Int32, Int32) Writes an array of bytes to the interface, and reads an array of bytes from the interface into a specified location in the read buffer.
SPI.InternalWriteRead (UInt16[], Int32, Int32, UInt16[], Int32, Int32, Int32) Writes an array of unsigned 16-bit characters to the interface, and reads an array of unsigned 16-bit characters from the interface into a specified location in the read buffer.

Version Information

Available in the .NET Micro Framework version 4.1 and 4.2.

See Also

Reference

SPI Class
SPI Members
Microsoft.SPOT.Hardware Namespace