Class KebaKeContactCoreImpl
java.lang.Object
io.openems.edge.evcs.keba.kecontact.core.KebaKeContactCoreImpl
- All Implemented Interfaces:
KebaKeContactCore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
void
onReceive
(BiConsumer<InetAddress, String> callback) Callback on receive of a message.
-
Constructor Details
-
KebaKeContactCoreImpl
public KebaKeContactCoreImpl()
-
-
Method Details
-
deactivate
protected void deactivate() -
onReceive
Description copied from interface:KebaKeContactCore
Callback on receive of a message. InetAddress is the address of the sending EVCS, String is the message.- Specified by:
onReceive
in interfaceKebaKeContactCore
- Parameters:
callback
- Callback
-