previous up next
Go backward to addChannel: Adding a Channel to a Set
Go up to 5.4 Channel Sets
Go forward to select: Selecting a Channel from a Set
RISC-Linz logo

getChannel: Retrieving a Channel from a Set

c = s.getChannel(i)
  InChannel c
  InChannelSet s
  int i
c = s.getChannel(i)
  OutChannel c
  OutChannelSet s
  int i

The method returns the channel with index i (0 <= i < s.getSize()) from set s.


Maintainer: Wolfgang Schreiner
Last Modification: October 1, 1998

previous up next