Interface ChannelListRequester


  • public interface ChannelListRequester
    Author:
    mrk
    • Method Detail

      • channelListResult

        void channelListResult​(org.epics.pvdata.pv.Status status,
                               ChannelFind channelFind,
                               Set<String> channelName,
                               boolean hasDynamic)
        Parameters:
        status - Completion status.
        channelFind - The ChannelFind instance.
        channelName - A set of channel names hosted by the provider, null on failure.
        hasDynamic - true if the provider supports creation of dynamic channels (on the fly) and they cannot be listed in channelNames, otherwise false.