Class DynUINT

    • Constructor Detail

      • DynUINT

        public DynUINT()
      • DynUINT

        public DynUINT​(short val)
      • DynUINT

        public DynUINT​(int[] dimensions)
    • Method Detail

      • get

        public java.lang.Short get​(int[] indices)
        Implementations of DynUINT must override get() with the desired dynamic value calculation.
        Overrides:
        get in class CipUINT
        Parameters:
        indices - Array subscripts. Missing subscripts not allowed.
        Returns:
      • set

        public void set​(int[] indices,
                        java.lang.Short val)
        Description copied from class: BaseDataType
        Application-side value storage. Subclasses must implement this function to store one value or complex element into the storage array.
        Overrides:
        set in class CipUINT
        Parameters:
        indices - Array subscripts. Missing subscripts not allowed.
      • wrap

        public DynUINT 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.