📄 mlme_scan.nc
字号:
/** * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -