#define SendResponseNumber ( _queue,
_val,
_result   )     __sendResponseNumber(_queue, _val, _result)

Write a numeric value to a local response mailbox.

Write a numeric value to a response mailbox (the mailbox number + 10).

Parameters:
_queue The mailbox number. See Mailbox constants. This function shifts the specified value into the range of response mailbox numbers by adding 10.
_val The numeric value to write.
_result A char value indicating whether the function call succeeded or not.

Generated by  doxygen 1.6.2