Previous: , Up: Component Imperative Statements   [Contents][Index]


10.5.6.4 Component reply

A valued trigger event requires an appropriate return value in its response handling, the reply only determines the value not the moment of returning it:

  reply (valued_expression);

reply is also used to release a blocked call (See Blocking), like so:

  port.reply ();
  port.reply (expression);