Package no.marec.api.korona
Interface Ping
public interface Ping
A ping consisting of
Channel
s.
All pings in the same file has the same number of channels.
-
Method Summary
Modifier and TypeMethodDescriptiongetChannel
(int channelNumber) Return the channel for a given channel number.Returns all channels in this ping.
-
Method Details
-
getChannel
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
-