NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
char SendResponseNumber ( byte  queue,
long  val 
)
inline

Write a numeric value to a local response mailbox.

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

Parameters
queueThe mailbox number. See Mailbox constants. This function shifts the specified value into the range of response mailbox numbers by adding 10.
valThe numeric value to write.
Returns
A char value indicating whether the function call succeeded or not.
Examples:
ex_SendResponseNumber.nxc.