Uses of Class
org.apache.plc4x.java.firmata.readwrite.PinMode
-
Packages that use PinMode Package Description org.apache.plc4x.java.firmata.readwrite org.apache.plc4x.java.firmata.readwrite.tag -
-
Uses of PinMode in org.apache.plc4x.java.firmata.readwrite
Fields in org.apache.plc4x.java.firmata.readwrite declared as PinMode Modifier and Type Field Description protected PinModeFirmataCommandSetPinMode. modeMethods in org.apache.plc4x.java.firmata.readwrite that return PinMode Modifier and Type Method Description static PinModePinMode. enumForValue(short value)PinModeFirmataCommandSetPinMode. getMode()static PinModePinMode. valueOf(String name)Returns 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 PinMode Constructor Description FirmataCommandSetPinMode(short pin, PinMode mode)FirmataCommandSetPinModeBuilderImpl(short pin, PinMode mode) -
Uses of PinMode in org.apache.plc4x.java.firmata.readwrite.tag
Fields in org.apache.plc4x.java.firmata.readwrite.tag declared as PinMode Modifier and Type Field Description protected PinModeFirmataTagDigital. pinModeMethods in org.apache.plc4x.java.firmata.readwrite.tag that return PinMode Modifier and Type Method Description PinModeFirmataTagDigital. getPinMode()Constructors in org.apache.plc4x.java.firmata.readwrite.tag with parameters of type PinMode Constructor Description FirmataTagDigital(int address, Integer quantity, PinMode pinMode)
-