Domanda

I would liek to assign msgQEvStart() to trigger an event in a certain task ID just like I can do with eventSend() but it doesn't provide an argument for it. How can I do this, is it even possible?

È stato utile?

Soluzione

No, you can't do that.

Only the calling task can register itself to be notified via events when a message arrives in a queue. (and only one task at a time can receive events for a particular message queue).

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top