Uses of Enum
org.apache.plc4x.java.firmata.readwrite.PinMode
Packages that use PinMode
Package
Description
-
Uses of PinMode in org.apache.plc4x.java.firmata.readwrite
Fields in org.apache.plc4x.java.firmata.readwrite declared as PinModeMethods in org.apache.plc4x.java.firmata.readwrite that return PinModeModifier and TypeMethodDescriptionstatic PinModePinMode.enumForValue(short value) FirmataCommandSetPinMode.getMode()static PinModeReturns the enum constant of this type with the specified name.static PinMode[]PinMode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.plc4x.java.firmata.readwrite with parameters of type PinModeModifierConstructorDescriptionFirmataCommandSetPinMode(short pin, PinMode mode, Boolean response) FirmataCommandSetPinModeBuilder(short pin, PinMode mode, Boolean response) -
Uses of PinMode in org.apache.plc4x.java.firmata.readwrite.field
Fields in org.apache.plc4x.java.firmata.readwrite.field declared as PinModeMethods in org.apache.plc4x.java.firmata.readwrite.field that return PinModeConstructors in org.apache.plc4x.java.firmata.readwrite.field with parameters of type PinModeModifierConstructorDescriptionFirmataFieldDigital(int address, Integer quantity, PinMode pinMode)