English
首页
论坛
博客
多用户博客
在线工具
在线手册
开通博客赚积分
发布资源赚积分
分类
源码开发语言/平台
当前位置:
首页
> 源码/资料 >
Linux/Unix编程
>
网络
> 查看源码
Drand.nc
资源名称:
zmacForRelease.tar.gz [点击查看]
上传用户:
joranyuan
上传日期:
2022-06-23
资源大小:
3306k
文件大小:
0k
源码类别:
网络
开发平台:
Others
Drand.nc:源码内容
includes zmacInfo;
includes DrandInfo;
interface Drand {
async event void gotFrame();
async event void helloOver();
command void startDrand();
command void stopDrand();
command nodeInfo* getNeighborInfo();
command nodeInfo* getMyInfo();
}