Class HighLayerCompatibility.Presentation

    • Field Detail

      • _HIGH_LAYER_PROFILE

        public static final int _HIGH_LAYER_PROFILE
        Presentation value corresponding to high layer protocol profile.
        See Also:
        Constant Field Values
      • MIN_VALUE

        public static final int MIN_VALUE
        Minimum value that a Presentation instance may take (0).
        See Also:
        Constant Field Values
      • MAX_VALUE

        public static final int MAX_VALUE
        Maximum value that a Presentation instance may take (3).
        See Also:
        Constant Field Values
    • Method Detail

      • fromValue

        public static HighLayerCompatibility.Presentation fromValue​(int value)
        Returns a Presentation for a particular integer value.
        Returns:
        any known instance, or a new object
      • namedValues

        public static HighLayerCompatibility.Presentation[] namedValues()
        Returns an array containing all of Presentation's named numbers.
        Returns:
        a new Presentation[]