mlme_scan.nc

来自「tinyos2.0版本驱动」· NC 代码 · 共 19 行

NC
19
字号
/** * MLME-SCAN-Service Access Point * @author IPP HURRAY http://www.hurray.isep.ipp.pt/art-wise * @author IPP HURRAY http://www.open-zb.net * @author Andre Cunha * pag 93 * */interface MLME_SCAN{   command error_t request(uint8_t ScanType, uint32_t ScanChannels, uint8_t ScanDuration);	  event error_t confirm(uint8_t status,uint8_t ScanType, uint32_t UnscannedChannels, uint8_t ResultListSize, uint8_t EnergyDetectList[], SCAN_PANDescriptor PANDescriptorList[]);																						//NEED to explain the implementation																						//Eache value in sequencial to the scanned channels	}

⌨️ 快捷键说明

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