Class LgxProbeReport.LgxProbedType

    • Field Detail

      • instance

        public final int instance
      • handle

        public final int handle
      • mCount

        public final int mCount
      • defSize

        public final int defSize
      • size

        public final int size
      • rawMembers

        public transient java.nio.ByteBuffer rawMembers
      • rawMembersClean

        protected transient java.lang.ref.Cleaner.Cleanable rawMembersClean
      • tryLength

        public int tryLength
      • failLength

        public java.lang.Integer failLength
      • name

        protected java.lang.String name
      • suffix

        protected java.lang.String suffix
    • Constructor Detail

      • LgxProbedType

        public LgxProbedType​(int instance,
                             int handle,
                             int mCount,
                             int defSize,
                             int size)
    • Method Detail

      • toString

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

        public java.lang.String toDetailString()
      • setDefinition

        protected void setDefinition​(java.nio.ByteBuffer definition)
      • addRawMembers

        public void addRawMembers​(int offset,
                                  java.nio.ByteBuffer source)
      • getDefByteSize

        public int getDefByteSize()
      • getName

        public java.lang.String getName()
        Obtain the name of the template as recorded in the processor. Not case sensitive.
        Returns:
        Value for use in an ANSI Symbol segment type.
      • getSuffix

        public java.lang.String getSuffix()
        Obtain the undocumented supplemental string that appears after the semi-colon in the definition's template name field.
        Returns:
        String supplement to the definition name.