philrhinehart / pycanlibxl

Automatically exported from code.google.com/p/pycanlibxl
0 stars 1 forks source link

Reading multiple messages #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. with this code able to read only one message at a time.

What is the expected output? What do you see instead?

I inreased the event count size and it is showing the number of    messages 
read. But I can see only one message in event list. If I want to see multiple 
messages in event list how can I?

Original issue reported on code.google.com by hemas.em...@gmail.com on 9 Oct 2013 at 6:37

GoogleCodeExporter commented 9 years ago
Hello,

you are correct. You can get with the function receive only one message because 
the buffer is only one element big. If you wish to handle more elements you 
have to increase the buffer size (2*XLevent for example). But a new function 
wrapper has to be introduced to do this. It can be fixed, but a new version has 
be created.

Original comment by Schaeffk...@googlemail.com on 16 Oct 2013 at 5:22

GoogleCodeExporter commented 9 years ago

Original comment by Schaeffk...@googlemail.com on 19 Oct 2013 at 1:42

GoogleCodeExporter commented 9 years ago
+new fct and structures added

Original comment by Schaeffk...@googlemail.com on 22 Mar 2014 at 10:19