Class IeValueWithTransientState


  • public class IeValueWithTransientState
    extends InformationElement
    Represents a value with transient state indication (VTI) information element.
    • Constructor Summary

      Constructors 
      Constructor Description
      IeValueWithTransientState​(int value, boolean transientState)
      Creates a VTI (value with transient state indication) information element.
    • Constructor Detail

      • IeValueWithTransientState

        public IeValueWithTransientState​(int value,
                                         boolean transientState)
        Creates a VTI (value with transient state indication) information element.
        Parameters:
        value - value between -64 and 63
        transientState - true if in transient state
    • Method Detail

      • getValue

        public int getValue()
      • getTransientState

        public boolean getTransientState()