Dear all,
I am new to nesC, can nesC do the same calls like the followings in java?
Suppose two java classes:
Class A{
function sendMsg(int d, string str);
}
Class B{
function test()
{
int a=10;
string s = "Helloworld";
A.sendMsg(a,s);
}
I am wondering how to do this in nesC? Could anyone please give me some
guide? With examples would be great.
--
Best wishes,
Kenneth Chan
------------------------
Wish you have a good day!
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help