09-08-2009 04:22 AM
The data write into the queue follows the format of
(Data Length) + Data Block + (Data Length) + Data Block + (Data Length) + Data Block
When I read the data, need to read the Data Length first, then can read one Data Block.
Is there any function in queue to do it?
Thanks
Solved! Go to Solution.
09-08-2009 04:47 AM
Hi turbot,
"Is there any function in queue to do it?"
No, but there is the FOR loop to fetch datalength elements from the queue.
Or use the "flush queue" command the empty the queue - but you have to parse the element array afterwards...
09-08-2009 04:57 AM