FifoModes 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.
You can select the sensors from which you want data FIFO modes used to select the accelerometer, gyroscope axises, temperature and I2C replicas You can combine any of those modes.
This enumeration supports a bitwise combination of its member values.
C#
[System.Flags]
public enum FifoModes
[<System.Flags>]
type FifoModes =
Public Enum FifoModes
- Inheritance
-
FifoModes
- Attributes
Name | Value | Description |
---|---|---|
None | 0 | None |
I2CReplica0 | 1 | I2C Replica 0 |
I2CSlave0 | 1 | I2C Slave 0 |
I2CReplica1 | 2 | I2C Replica 1 |
I2CSlave1 | 2 | I2C Slave 1 |
I2CReplica2 | 4 | I2C Replica 2 |
I2CSlave2 | 4 | I2C Slave 2 |
Accelerometer | 8 | Accelerometer |
GyroscopeZ | 16 | Gyroscope Z |
GyroscopeY | 32 | Gyroscope Y |
GyroscopeX | 64 | Gyroscope X |
Temperature | 128 | Temperature |
Toode | Versioonid |
---|---|
.NET IoT Libraries | 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0, 2.0.0, 2.1.0, 2.2.0 |