public interface EnOceanMessageDescriptionSet
EnOceanMessageDescriptionSet
is registered as an OSGi Service.
Provides method to retrieve the EnOceanMessageDescription
objects it
documents.Modifier and Type | Method and Description |
---|---|
EnOceanMessageDescription |
getMessageDescription(int rorg,
int func,
int type,
int extra)
Retrieves a
EnOceanMessageDescription object according to its
identifiers. |
EnOceanMessageDescription getMessageDescription(int rorg, int func, int type, int extra)
EnOceanMessageDescription
object according to its
identifiers. See EnOcean Equipment Profile Specification for more
details.rorg
- the radio telegram type of the message.func
- The func subtype of this message.type
- The type subselector.extra
- Some extra information; some
EnOceanMessageDescription
objects need an additional
specifier. If not needed, has to be set to -1.EnOceanMessageDescription
object looked for, or null.IllegalArgumentException
- if there was an error related to the
input arguments.Copyright © OSGi Alliance (2000, 2015). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0