Interface ChannelPut

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void get()
      Get the current data.
      void put​(org.epics.pvdata.pv.PVStructure pvPutStructure, org.epics.pvdata.misc.BitSet bitSet)
      Put data to a channel.
      • Methods inherited from interface org.epics.pvdata.misc.Destroyable

        destroy
    • Method Detail

      • put

        void put​(org.epics.pvdata.pv.PVStructure pvPutStructure,
                 org.epics.pvdata.misc.BitSet bitSet)
        Put data to a channel. Completion status is reported by calling ChannelPutRequester.putDone() callback.
        Parameters:
        pvPutStructure - The PVStructure that holds the putData.
        bitSet - selects what fields to put.
      • get

        void get()
        Get the current data.