Package org.osgi.service.enocean
Interface EnOceanHandler
-
public interface EnOceanHandler
The interface used to get callback answers from a RPC or a Message.- Author:
- $Id: 3ff47778ab7106209d4707a4c2de52d965b9c639 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyResponse(EnOceanRPC original, byte[] payload)
Notifies of the answer to a RPC.
-
-
-
Method Detail
-
notifyResponse
void notifyResponse(EnOceanRPC original, byte[] payload)
Notifies of the answer to a RPC.- Parameters:
original
- the originalEnOceanRPC
that originated this answer.payload
- the payload of the response; may be deserialized to anEnOceanRPC
object.
-
-