Class DynUSINT

    • Constructor Detail

      • DynUSINT

        public DynUSINT()
      • DynUSINT

        public DynUSINT​(byte val)
      • DynUSINT

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

      • get

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

        public void set​(int[] indices,
                        java.lang.Byte 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 CipUSINT
        Parameters:
        indices - Array subscripts. Missing subscripts not allowed.
      • wrap

        public CipUSINT 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 CipUSINT
        Parameters:
        indices - Array subscripts. Missing subscripts are allowed.