FtBitMode Enum
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.
Bit Mode used for pins.
C#
public enum FtBitMode
type FtBitMode =
Public Enum FtBitMode
- Inheritance
-
FtBitMode
Name | Value | Description |
---|---|---|
ResetIoBitMode | 0 | Reset the IO Bit Mode. |
AsynchronousBitBang | 1 | Asynchronous Bit Bang Mode. |
Mpsee | 2 | MPSSE. |
SynchronousBitBang | 4 | Synchronous Bit Bang Mode. |
McuHostBusEmulation | 8 | MCU Host Bus Emulation. |
FastSerialForOptoIsolation | 16 | Fast Serial For Opto-Isolation. |
Product | Versions |
---|---|
.NET IoT Libraries | 2.2.0 |