Click here to Skip to main content
15,902,032 members

Comments by impeham (Top 6 by date)

impeham 18-Apr-15 7:18am View    
Thanks - i found it :)
working well now.
impeham 18-Apr-15 6:12am View    
won't this solution create the same problem? when i write to the port, my listener is the one receiving the data (and i assume will be the one that will get the raised event) instead of the device...
impeham 5-Oct-12 22:26pm View    
I believe this attribute is what i was looking for - thanks :)
impeham 5-Oct-12 21:08pm View    
anyway - test.MyObject1 and test.MyObject2 are pointing to the same object - changing one's "Member2"'s value will be reflected in the second, so there shouldn't be a reason to serialize this data twice...
impeham 5-Oct-12 19:54pm View    
Well, i cannot remove the data member attribute since i need to pass both and they might also hold different objects. The reason i'm asking this is that the objects might contain large data in the form of byte[] array and i do not want this data to be passed twice if both objects are pointing to the same object that holds that data.