B
bill
I need two classes that can signal each other. One class reads data and
signals the other when data is available. The other writes data to a buffer
then signals the other class to write it out.
I have seen a number of examples of events. I have seen none that goes both
ways.
Is this possible, and not overly complicated?
Thanks,
Bill
signals the other when data is available. The other writes data to a buffer
then signals the other class to write it out.
I have seen a number of examples of events. I have seen none that goes both
ways.
Is this possible, and not overly complicated?
Thanks,
Bill