📄 delugeverify.nc
字号:
/**
* An interface for obtaining the identification data of an
* image. The pointer returned by readDone will be destroyed by the
* next read.
*
* @author Razvan Musaloiu-E. <razvanm@cs.jhu.edu>
* @author Chieh-Jan Mike Liang <cliang4@cs.jhu.edu>
*/
interface DelugeVerify
{
command error_t verifyImg(uint8_t imgNum);
event void verifyImgDone(uint8_t imgNum, error_t error);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -