Interface EnOceanMessageDescriptionSet
-
public interface EnOceanMessageDescriptionSetThis interface represents an EnOcean Message Description Set.EnOceanMessageDescriptionSetis registered as an OSGi Service. Provides method to retrieve theEnOceanMessageDescriptionobjects it documents.- Version:
- 1.0
- Author:
- $Id: ade7bf37fc79f8466e235e3620ca4a8762f1fff8 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnOceanMessageDescriptiongetMessageDescription(int rorg, int func, int type, int extra)Retrieves aEnOceanMessageDescriptionobject according to its identifiers.
-
-
-
Method Detail
-
getMessageDescription
EnOceanMessageDescription getMessageDescription(int rorg, int func, int type, int extra)
Retrieves aEnOceanMessageDescriptionobject according to its identifiers. See EnOcean Equipment Profile Specification for more details.- Parameters:
rorg- the radio telegram type of the message.func- The func subtype of this message.type- The type subselector.extra- Some extra information; someEnOceanMessageDescriptionobjects need an additional specifier. If not needed, has to be set to -1.- Returns:
- The
EnOceanMessageDescriptionobject looked for, or null. - Throws:
java.lang.IllegalArgumentException- if there was an error related to the input arguments.
-
-