[back] [prev] [next] [index] [root]

 


PvmGetAnswer

Waits for a valid answer to arrive from the slave.

Syntax:

L := PvmGetAnswer(true | false);

list
  L  
first entry is in {1, 2, 4}, all others arbitrary

See also:  PvmGet

Description:

This function performs a while-loop until a valid answer arrives (i.~e.~a data list starting with 1). Master only: if the parameter is true all incoming data is echoed to the screen. The function will return after the first answer arrived.


<- back[back] [prev] [next] [index] [root]