Class LgxProbeReport.LgxProbedProgram

    • Field Detail

      • instance

        protected final int instance
      • name

        protected final java.lang.String name
      • symbType

        protected final int symbType
      • lastInstance

        public int lastInstance
      • maxInstance

        public int maxInstance
    • Constructor Detail

      • LgxProbedProgram

        public LgxProbedProgram​(int instance,
                                java.lang.String name,
                                int symbType)
    • Method Detail

      • getInstance

        public int getInstance()
        Obtain the instance number of this program within the Symbol Class (0x6b).
        Returns:
        Value for use in a Logical Instance segment type.
      • getName

        public java.lang.String getName()
      • getSymbolType

        public int getSymbolType()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object