Go backward to OutChannel : Output ChannelsGo up to 5.1 Types Go forward to OutChannelSet : Sets of Output Channels |
InChannelSet
: Sets of Input Channelsclass InChannelSet { InChannnelSet() int getSize() void addChannel(InChannel c) InChannel getChannel(int i) int select() int select(int t) }
An object of this type represents a set of input channels. The default constructor creates an empty set. The other methods are described in the following subsection.