Hi,
I'm using a serial port (module (B)) which has a default vDataReceivedEventHandler. This handler is connected through a 'callback' delegate to the calling module (A) which module (A) instanciates the serial port module (B). If I create a byte array in module (A) then the delegate passing data from module (B) to module (A) has no access to this module (A) byte array.
How does my delegate get access to a module (A) variable?
thanks,
Henk