previous up next
Go backward to Program: Node Programs
Go up to 5.1 Types
Go forward to OutChannel: Output Channels
RISC-Linz logo

InChannel: Input Channels

class InChannel
{
  Message receive()
}

An object of this type represents a channel from which a message may be received.


Maintainer: Wolfgang Schreiner
Last Modification: November 14, 1997

previous up next