Interface Ping


public interface Ping
A ping consisting of Channels.

All pings in the same file has the same number of channels.

  • Method Summary

    Modifier and Type
    Method
    Description
    getChannel(int channelNumber)
    Return the channel for a given channel number.
    Returns all channels in this ping.
  • Method Details

    • getChannel

      Channel getChannel(int channelNumber)
      Return the channel for a given channel number.

      Note: channels are numbered starting at 1.

      Parameters:
      channelNumber - the channel number
      Returns:
      the channel
    • getChannels

      Collection<Channel> getChannels()
      Returns all channels in this ping.
      Returns:
      all channels