Hi,

What is the difference between:

components CC2420ActiveMessageC;
App.Receive -> CC2420ActiveMessageC.Receive[10];

AND

components new AMReceiverC(10) as Receive;
App.Receive -> Receive;

Is there any actual difference or it's just semantics?

-- 
Best Regards,
Arik Sapojnik
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to