Uses of Class
com.thecoderscorner.menu.remote.protocol.PairingHelper.PairingState
-
-
Uses of PairingHelper.PairingState in com.thecoderscorner.menu.remote
Method parameters in com.thecoderscorner.menu.remote with type arguments of type PairingHelper.PairingState Modifier and Type Method Description booleanConnectorFactory. attemptPairing(java.util.Optional<java.util.function.Consumer<PairingHelper.PairingState>> maybePairingListener) -
Uses of PairingHelper.PairingState in com.thecoderscorner.menu.remote.protocol
Methods in com.thecoderscorner.menu.remote.protocol that return PairingHelper.PairingState Modifier and Type Method Description static PairingHelper.PairingStatePairingHelper.PairingState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PairingHelper.PairingState[]PairingHelper.PairingState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in com.thecoderscorner.menu.remote.protocol with type arguments of type PairingHelper.PairingState Constructor Description PairingHelper(RemoteConnector connector, java.util.concurrent.ScheduledExecutorService executorService, java.util.Optional<java.util.function.Consumer<PairingHelper.PairingState>> updateFn) -
Uses of PairingHelper.PairingState in com.thecoderscorner.menu.remote.rs232
Method parameters in com.thecoderscorner.menu.remote.rs232 with type arguments of type PairingHelper.PairingState Modifier and Type Method Description booleanRs232ControllerBuilder. attemptPairing(java.util.Optional<java.util.function.Consumer<PairingHelper.PairingState>> maybePairingListener)A pairing connection is purely used to initialise the security between the device and the API. -
Uses of PairingHelper.PairingState in com.thecoderscorner.menu.remote.socket
Method parameters in com.thecoderscorner.menu.remote.socket with type arguments of type PairingHelper.PairingState Modifier and Type Method Description booleanSocketControllerBuilder. attemptPairing(java.util.Optional<java.util.function.Consumer<PairingHelper.PairingState>> maybePairingListener)
-