Class CipINT

    • Constructor Detail

      • CipINT

        public CipINT()
      • CipINT

        public CipINT​(short val)
      • CipINT

        public CipINT​(int[] dimensions)
      • CipINT

        protected CipINT​(CipINT data,
                         int[] indices)
    • Method Detail

      • intValue

        public int intValue​(int... indices)
        Description copied from class: BaseDataType
        For data types 32-bits wide or less, return the best available 32-bit representation. If the subscripts are incomplete, return the element with the remaining subscripts set to zero.
        Overrides:
        intValue in class CipUINT
        Parameters:
        indices - Array subscripts.
        Returns:
      • getNestingDef

        public DataDefinitionSeg getNestingDef()
        Description copied from class: BaseDataType
        Return the element (not including array) type definition as a Path Segment, using the abbreviated form if a composite data type.
        Overrides:
        getNestingDef in class CipUINT
      • crcName

        public java.lang.String crcName()
        Description copied from class: BaseDataType
        Obtain the name of this type as used for computing structure CRCs. Can be different from the name(s) used by the CipPath parser.
        Overrides:
        crcName in class CipUINT
        Returns:
      • copy

        public CipINT copy()
        Description copied from class: BaseDataType
        Produce a deep clone of the object.
        Overrides:
        copy in class CipUINT
      • wrap

        public CipINT wrap​(int[] indices)
        Description copied from class: BaseDataType
        Application-side wrapper for inner dimensions. Implementations must update memberOffsets if not not using the protected constructor.
        Overrides:
        wrap in class CipUINT
        Parameters:
        indices - Array subscripts. Missing subscripts are allowed.