Uses of Enum Class
com.pi4j.io.spi.SpiMode
Packages that use SpiMode
-
Uses of SpiMode in com.pi4j.io.spi
Fields in com.pi4j.io.spi declared as SpiModeMethods in com.pi4j.io.spi that return SpiModeModifier and TypeMethodDescriptionstatic SpiModeSpiMode.getByNumber(int modeNumber) getByNumber.static SpiModeSpiMode.getByNumber(short modeNumber) getByNumber.default SpiModeSpiConfig.getMode()getMode.SpiConfig.mode()mode.static SpiModeparse.static SpiModeReturns the enum constant of this class with the specified name.static SpiMode[]SpiMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pi4j.io.spi with parameters of type SpiMode