Uses of Interface
org.osgi.service.enocean.EnOceanRPC
-
Packages that use EnOceanRPC Package Description org.osgi.service.enocean EnOcean Package Version 1.0. -
-
Uses of EnOceanRPC in org.osgi.service.enocean
Methods in org.osgi.service.enocean with parameters of type EnOceanRPC Modifier and Type Method Description void
EnOceanDevice. invoke(EnOceanRPC rpc, EnOceanHandler handler)
Sends an RPC to the remote device.void
EnOceanHandler. notifyResponse(EnOceanRPC original, byte[] payload)
Notifies of the answer to a RPC.
-