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[], Byte[], 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[], UInt16[], 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. |