previous up next
Go backward to InChannel: Input Channels
Go up to 5.1 Types
Go forward to InChannelSet: Sets of Input Channels
RISC-Linz logo

OutChannel: Output Channels

class OutChannel
{
  void send(Message m)
}

An object of this type represents a channel to which a message may be sent.


Maintainer: Wolfgang Schreiner
Last Modification: November 14, 1997

previous up next