Class VUByteArray

    • Constructor Detail

      • VUByteArray

        public VUByteArray()
    • Method Detail

      • getData

        public abstract org.epics.util.array.ListUByte getData()
        The numeric value.
        Specified by:
        getData in class VNumberArray
        Returns:
        the value
      • of

        public static VUByteArray of​(org.epics.util.array.ListUByte data,
                                     org.epics.util.array.ListInteger sizes,
                                     Alarm alarm,
                                     Time time,
                                     Display display)
        Creates a new VUByteArray.
        Parameters:
        data - the value
        sizes - the sizes
        alarm - the alarm
        time - the time
        display - the display
        Returns:
        the new value
      • of

        public static VUByteArray of​(org.epics.util.array.ListUByte data,
                                     Alarm alarm,
                                     Time time,
                                     Display display)
        Creates a new VUByteArray.
        Parameters:
        data - the value
        alarm - the alarm
        time - the time
        display - the display
        Returns:
        the new value