Uses of Interface
org.osgi.service.enocean.descriptions.EnOceanChannelDescription
-
Packages that use EnOceanChannelDescription Package Description org.osgi.service.enocean.descriptions EnOcean Descriptions Package Version 1.0. -
-
Uses of EnOceanChannelDescription in org.osgi.service.enocean.descriptions
Subinterfaces of EnOceanChannelDescription in org.osgi.service.enocean.descriptions Modifier and Type Interface Description interface
EnOceanDataChannelDescription
Subinterface ofEnOceanChannelDescription
that describes physical measuring channels.interface
EnOceanEnumChannelDescription
Subinterface ofEnOceanChannelDescription
that describes enumerated channels.interface
EnOceanFlagChannelDescription
Subinterface ofEnOceanChannelDescription
that describes boolean channels.Methods in org.osgi.service.enocean.descriptions that return EnOceanChannelDescription Modifier and Type Method Description EnOceanChannelDescription
EnOceanChannelDescriptionSet. getChannelDescription(java.lang.String channelId)
Retrieves aEnOceanChannelDescription
object according to its identifier.
-