Uses of Interface
org.osgi.service.enocean.EnOceanChannel
-
Packages that use EnOceanChannel Package Description org.osgi.service.enocean.descriptions EnOcean Descriptions Package Version 1.0. -
-
Uses of EnOceanChannel in org.osgi.service.enocean.descriptions
Methods in org.osgi.service.enocean.descriptions that return EnOceanChannel Modifier and Type Method Description EnOceanChannel[]
EnOceanMessageDescription. deserialize(byte[] bytes)
Deserializes an array of bytes into the EnOceanChannels available to the payload, if possible.Methods in org.osgi.service.enocean.descriptions with parameters of type EnOceanChannel Modifier and Type Method Description byte[]
EnOceanMessageDescription. serialize(EnOceanChannel[] channels)
Serializes a series ofEnOceanChannel
objects into the corresponding byte[] sequence.
-