send_string (task, string)
This function transmits the string via synchronous interprocess communication to a non-Cascade DataHub receiving task. The task processes the message and returns a result based on that processing. If the task is a Gamma process, the message will be interpreted as a Lisp expression and evaluated. The return value will be the result of that evaluation. If an error occurs during the evaluation, an expression of the form: (error "error message") will be returned. If the message could not be delivered, nil is returned.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.