Drand.nc
上传用户:joranyuan
上传日期:2022-06-23
资源大小:3306k
文件大小:0k
源码类别:

网络

开发平台:

Others

  1. includes zmacInfo;
  2. includes DrandInfo;
  3. interface Drand {
  4.   async event void gotFrame();
  5.   async event void helloOver();
  6.   command void startDrand();
  7.   command void stopDrand();
  8.   command nodeInfo* getNeighborInfo();
  9.   command nodeInfo* getMyInfo();
  10. }