Ft232HSpi Class
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.
SPI Device for FT232H
public class Ft232HSpi : System.Device.Spi.SpiDevice
type Ft232HSpi = class
inherit SpiDevice
Public Class Ft232HSpi
Inherits SpiDevice
- Inheritance
Properties
ConnectionSettings |
The connection settings of a device on a SPI bus. The connection settings are immutable after the device is created so the object returned will be a clone of the settings object. |
DeviceInformation |
Store the FTDI Device Information |
Methods
Dispose() | (Inherited from SpiDevice) |
Dispose(Boolean) |
Disposes this instance |
Read(Span<Byte>) |
Reads data from the SPI device. |
ReadByte() |
Reads a byte from the SPI device. |
TransferFullDuplex(ReadOnlySpan<Byte>, Span<Byte>) |
Writes and reads data from the SPI device. |
Write(ReadOnlySpan<Byte>) |
Writes data to the SPI device. |
WriteByte(Byte) |
Writes a byte to the SPI device. |