DataFlow Enum
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.
Specifies order in which bits are transferred first on the SPI bus.
public enum DataFlow
type DataFlow =
Public Enum DataFlow
- Inheritance
-
DataFlow
Fields
Name | Value | Description |
---|---|---|
MsbFirst | 0 | Most significant bit will be sent first (most of the devices use this value). |
LsbFirst | 1 | Least significant bit will be sent first. |