mbus HFCE Add Message To Buffer.vi
Description
HFCE Add Message To Buffer function adds a message to the HFCE message buffer using the following parameters label, payloadSize and payloadData. The new message is added at the end of the buffer. HFCE Add Message To Buffer can be called with no existing buffer. In this case, the new message is the only message in the buffer.
Parameters | ||
---|---|---|
error in | in | error conditions that occur before entering the function |
label | in | HFCE message label |
payloadSize | in | HFCE payload data size |
payloadData | in | HFCE payload data to send |
bufferSize | in | transmit maximal buffer size |
msgIndex | in | in multiple message configuration, this parameter gives the start index for the next HFCE message. Otherwise ignored |
hfceMsgs | in | HFCE message buffer. New message will be placed last in buffer |
hfceMsgs | out | HFCE message buffer with new message. New message is built using the Label, PayloadSize, PayloadData parameters |
msgIndex | out | in multiple message configuration, this parameter gives the start index for the next HFCE message. Otherwise ignored |
error out | out | error information |
function return | out | function execution status |
Availability
Available in Multibus VI 1.0 and later.
See Also
-