compressor.nc

来自「Develop Zigbee network real-time Os」· NC 代码 · 共 9 行

NC
9
字号
interface Compressor {  command error_t init();  command error_t compress(uint16_t x, uint16_t y, uint16_t z);  command error_t flush();  event void bufferFull(uint8_t *buffer, uint16_t bytes);}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?