Uses of Enum Class
ch.ladestation.connectncharge.pui.MCP23S17.Pin
Packages that use MCP23S17.Pin
Package
Description
contains necessary classes to interact with the hardware.
-
Uses of MCP23S17.Pin in ch.ladestation.connectncharge.pui
Methods in ch.ladestation.connectncharge.pui that return MCP23S17.PinModifier and TypeMethodDescriptionstatic MCP23S17.Pin
MCP23S17.Pin.fromPinNumber
(int pinNumber) Get thePin
corresponding to the given pin number.MCP23S17.PinView.getPin()
Get thePin
which thisPinView
represents.static MCP23S17.Pin
Returns the enum constant of this class with the specified name.static MCP23S17.Pin[]
MCP23S17.Pin.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.ladestation.connectncharge.pui with parameters of type MCP23S17.PinModifier and TypeMethodDescriptionMCP23S17.getPinView
(MCP23S17.Pin pin) void
MCP23S17.InterruptListener.onInterrupt
(boolean capturedValue, MCP23S17.Pin pin) Called whenever an interrupt occurs on a pin for which this listener is registered to receive events.